Skip to content

Commit 65139fb

Browse files
committed
fix flake test in conversation js per echo provider golang map key unsorted
Signed-off-by: Filinto Duran <[email protected]>
1 parent 48c111e commit 65139fb

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)