You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conversation/python/sdk/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This quickstart includes two example applications:
17
17
18
18
You can run the sample applications using either the Dapr multi-app template or the Dapr CLI directly.
19
19
20
-
### Option 1: Using the Multi-App Template
20
+
### Use the multi-app-run template file
21
21
22
22
This approach uses [Dapr's multi-app run template files](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-overview/) to simplify deployment with `dapr run -f .`.
23
23
@@ -113,8 +113,8 @@ For more LLM options, see the [supported Conversation components](https://docs.d
- "== APP - conversation-tool-calling == Input sent: get weather in London in celsius"
117
-
- "== APP - conversation-tool-calling == Output response: ConversationResultAlpha2Choices(finish_reason='tool_calls', index=0, message=ConversationResultAlpha2Message(content='get weather in London in celsius', tool_calls=[ConversationToolCalls(id='0', function=ConversationToolCallsOfFunction(name='get_weather', arguments='location,unit'))]))"
116
+
- "== APP - conversation-tool-calling == Input sent: get weather in San Francisco in celsius"
117
+
- "== APP - conversation-tool-calling == Output response: ConversationResultAlpha2Choices(finish_reason='tool_calls', index=0, message=ConversationResultAlpha2Message(content='get weather in San Francisco in celsius', tool_calls=[ConversationToolCalls(id='0', function=ConversationToolCallsOfFunction(name='get_weather', arguments='location,unit'))]))"
118
118
expected_stderr_lines:
119
119
output_match_mode: substring
120
120
match_order: none
@@ -133,8 +133,8 @@ For more LLM options, see the [supported Conversation components](https://docs.d
== APP - conversation-tool-calling == Output response: ConversationResultAlpha2Choices(finish_reason='tool_calls', index=0, message=ConversationResultAlpha2Message(content='get weather in London in celsius', tool_calls=[ConversationToolCalls(id='0', function=ConversationToolCallsOfFunction(name='get_weather', arguments='location,unit'))]))
136
+
== APP - conversation-tool-calling == Input sent: get weather inSan Franciscoin celsius
137
+
== APP - conversation-tool-calling == Output response: ConversationResultAlpha2Choices(finish_reason='tool_calls', index=0, message=ConversationResultAlpha2Message(content='get weather in San Francisco in celsius', tool_calls=[ConversationToolCalls(id='0', function=ConversationToolCallsOfFunction(name='get_weather', arguments='location,unit'))]))
138
138
```
139
139
140
140
<!-- END_STEP -->
@@ -152,7 +152,7 @@ For more LLM options, see the [supported Conversation components](https://docs.d
152
152
153
153
<!-- END_STEP -->
154
154
155
-
### Option 2: Using the Dapr CLI Directly
155
+
### Run the apps individually
156
156
157
157
As an alternative to the multi-app template, you can run the application directly with the Dapr CLI.
0 commit comments