@@ -22,10 +22,10 @@ Open a new terminal window and run the multi app run template:
2222name: Run multi app run template
2323expected_stdout_lines:
2424 - '== APP - conversation-sdk == Input sent: What is dapr?'
25- - '== APP - conversation == Output response: What is dapr?'
25+ - '== APP - conversation-sdk == Output response: What is dapr?'
2626 - '== APP - conversation-sdk == Tool calling input sent: What is the weather like in San Francisco in celsius?'
27- - '== APP - conversation == Tool Call: Name: getWeather, Arguments: '
28- - '== APP - conversation == Tool Call Output: The weather in San Francisco is 25 degrees Celsius'
27+ - '== APP - conversation-sdk == Tool Call: Name: getWeather - Arguments: '
28+ - '== APP - conversation-sdk == Tool Call Output: The weather in San Francisco is 25 degrees Celsius'
2929expected_stderr_lines:
3030output_match_mode: substring
3131match_order: none
@@ -44,9 +44,9 @@ The terminal console output should look similar to this, where:
4444- The mock LLM echoes ` What is dapr? ` .
4545
4646``` text
47- == APP - conversation == Input sent: What is dapr?
48- == APP - conversation == Output response: What is dapr?
49- - ' == APP - conversation-sdk == Tool calling input sent: What is the weather like in San Francisco in celsius?'
47+ == APP - conversation-sdk == Input sent: What is dapr?
48+ == APP - conversation-sdk == Output response: What is dapr?
49+ == APP - conversation-sdk == Tool calling input sent: What is the weather like in San Francisco in celsius?
5050== APP - conversation-sdk == Tool Call: Name: getWeather, Arguments: location,unit
5151== APP - conversation-sdk == Tool Call Output: The weather in San Francisco is 25 degrees Celsius
5252```
0 commit comments