mirror of https://github.com/dapr/docs.git
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:
parent
e50f948740
commit
38f37a1f9e
|
@ -61,7 +61,7 @@ REQUEST = {
|
|||
"inputs": ["what is Dapr", "Why use Dapr"],
|
||||
"metadata": {
|
||||
"model": "model-ID-string-based-on-component-used",
|
||||
"key": "key1",
|
||||
"key": "authKey",
|
||||
"cacheTTL": "10m",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue