Update daprdocs/content/en/reference/api/conversation_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2025-02-14 14:28:02 -05:00 committed by GitHub
parent e50f948740
commit 38f37a1f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ REQUEST = {
"inputs": ["what is Dapr", "Why use Dapr"], "inputs": ["what is Dapr", "Why use Dapr"],
"metadata": { "metadata": {
"model": "model-ID-string-based-on-component-used", "model": "model-ID-string-based-on-component-used",
"key": "key1", "key": "authKey",
"cacheTTL": "10m", "cacheTTL": "10m",
} }
} }