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 ad4104c commit 3155e88Copy full SHA for 3155e88
fern/chat/chat.mdx
@@ -69,6 +69,7 @@ Key features:
69
-H "Authorization: Bearer YOUR_API_KEY" \
70
-H "Content-Type: application/json" \
71
-d '{
72
+ "assistantId": "your-assistant-id",
73
"previousChatId": "chat_abc123",
74
"input": "Tell me about your features"
75
}'
0 commit comments