Skip to content

Commit

Permalink
adding ignore related to tool issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Hietala committed Sep 27, 2024
1 parent 0c286c3 commit 1aaf87c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ def chat_completion_streaming(key, endpoint):

# The tracer.start_as_current_span decorator will trace the function call and enable adding additional attributes
# to the span in the function implementation. Note that this will trace the function parameters and their values.
# Uncomment the following line to add instrumentation for the function call.
#@tracer.start_as_current_span("get_temperature")
@tracer.start_as_current_span("get_temperature") # type: ignore
def get_temperature(city: str) -> str:

# Adding attributes to the current span
Expand Down

0 comments on commit 1aaf87c

Please sign in to comment.