Skip to content

Commit a5105be

Browse files
committed
remove order dependant arguments in test as contrib might be returning names unordered
Signed-off-by: Filinto Duran <[email protected]>
1 parent 3f5b9fc commit a5105be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conversation/python/http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ expected_stdout_lines:
4040
- '== APP - conversation == Tool calling input sent: What is the weather like in San Francisco in celsius?'
4141
- '== APP - conversation == Output message: What is the weather like in San Francisco in celsius?'
4242
- '== APP - conversation == Tool calls detected:'
43-
- "== APP - conversation == Tool call: {'id': '0', 'function': {'name': 'get_weather', 'arguments': 'location,unit'}}"
43+
- "== APP - conversation == Tool call: {'id': '0', 'function': {'name': 'get_weather', 'arguments':"
4444
- '== APP - conversation == Function name: get_weather'
45-
- '== APP - conversation == Function arguments: location,unit'
45+
- '== APP - conversation == Function arguments: '
4646
expected_stderr_lines:
4747
output_match_mode: substring
4848
match_order: none

0 commit comments

Comments
 (0)