Skip to content

Commit 3155e88

Browse files
committed
fix(chat): add assistantId to step 3 of quickstart
1 parent ad4104c commit 3155e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fern/chat/chat.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Key features:
6969
-H "Authorization: Bearer YOUR_API_KEY" \
7070
-H "Content-Type: application/json" \
7171
-d '{
72+
"assistantId": "your-assistant-id",
7273
"previousChatId": "chat_abc123",
7374
"input": "Tell me about your features"
7475
}'

0 commit comments

Comments
 (0)