We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6921637 commit dcee83aCopy full SHA for dcee83a
src/e2etests/test_async_execution.py
@@ -46,7 +46,7 @@ def tools_examples() -> List[Example]:
46
Example(
47
input="Find the weather in San Francisco",
48
actual_output="The weather in San Francisco is sunny.",
49
- expected_output="The weather in San Francisco is sunny and warm.",
+ expected_output="The weather in San Francisco is sunny.",
50
tools_called=[
51
"get_weather(location='San Francisco')"
52
],
0 commit comments