Skip to content

Commit 12aa7a9

Browse files
Merge pull request #1245 from filintod/filinto/update-conversation-js-echo-key-ordering
fix flake test in conversation js per echo provider golang map key unsorted
2 parents 48c111e + 65139fb commit 12aa7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conversation/javascript/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ expected_stdout_lines:
3838
- '== APP - conversation == Output response: What is dapr?'
3939
- '== APP - conversation == Tool calling input sent: What is the weather like in San Francisco in celsius?'
4040
- '== APP - conversation == Output message: What is the weather like in San Francisco in celsius?'
41-
- '== APP - conversation == Tool calls detected: [{"id":"0","function":{"name":"get_weather","arguments":"location,unit"}}]'
41+
- '== APP - conversation == Tool calls detected: [{"id":"0","function":{"name":"get_weather","arguments":'
4242
expected_stderr_lines:
4343
output_match_mode: substring
4444
match_order: none

0 commit comments

Comments
 (0)