We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832a1dd commit f715d82Copy full SHA for f715d82
daprdocs/content/en/python-sdk-docs/conversation.md
@@ -76,7 +76,7 @@ with DaprClient() as client:
76
inputs=[alpha2_input],
77
tools=conversation.get_registered_tools(), # tools registered by @conversation.tool
78
tool_choice='auto',
79
- parameters={'temperature': 0.2, 'max_tokens': 200},
+ temperature=1,
80
)
81
82
# Inspect assistant messages, including any tool calls
0 commit comments