You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(OpenAI): Adjust README with example for response function calling. (#691)
* Update README.md
Fix tool call example
* Revert "Update README.md"
This reverts commit 3c11934.
* Add function tool example
* Add an example of how to use a model response with a function tool.
// Then, send the result back to the model if needed.
254
+
}
255
+
}
256
+
}
257
+
```
258
+
215
259
#### `create streamed`
216
260
217
261
When you create a Response with stream set to true, the server will emit server-sent events to the client as the Response is generated. All events and their payloads can be found in [OpenAI docs](https://platform.openai.com/docs/api-reference/responses-streaming).
0 commit comments