Skip to content

Commit 3e9c947

Browse files
author
Your Name
committed
Updates
1 parent 8401c5c commit 3e9c947

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/bot/chatgpt.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before that you will need a few things
1919

2020
# Streaming support
2121

22-
For streaming version instead of using links in instructions, use those files instead. Everything else is the same.
22+
For streaming version instead of using links in instructions, use those files instead. Everything else is the same. In this sample arguments for function calling is passed as separate stream.
2323

2424
* [Rest API](/img/bot/chatgpt/open-ai-rest-api-completions-stream.json)
2525
* [Bot](/img/bot/chatgpt/open-ai-bot-completions-stream.json)
@@ -29,6 +29,9 @@ This configuration works only with OpenAI chat completion. For any other provide
2929
* [Rest API](/img/bot/chatgpt/openrouter-ai-rest-api.json)
3030
* [Bot](/img/bot/chatgpt/openrouter-gemini-bot.json)
3131

32+
In this sample arguments are passed directly within the function call structure. For me it's impossible to cover all scenarios. So if you have some requirements, it can be done for a small fee :). Or better you can do it yourself :)
33+
34+
3235
# Flow with tool call support
3336

3437
The Difference from legacy is that we now support tool calls.

0 commit comments

Comments
 (0)