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
dbdd7433f6
commit
e50f948740
|
@ -59,7 +59,6 @@ The metadata parameters available depend on the conversation component you use.
|
||||||
```json
|
```json
|
||||||
REQUEST = {
|
REQUEST = {
|
||||||
"inputs": ["what is Dapr", "Why use Dapr"],
|
"inputs": ["what is Dapr", "Why use Dapr"],
|
||||||
"parameters": {},
|
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"model": "model-ID-string-based-on-component-used",
|
"model": "model-ID-string-based-on-component-used",
|
||||||
"key": "key1",
|
"key": "key1",
|
||||||
|
|
Loading…
Reference in New Issue