Open
Description
-
Instead of having a StoreEnabled on the agentThread, consider supporting two thread types, e.g. ChatHistoryAgentThread and OpenAIResponseAgentThread. We probably do need to come up with an additional thread abstraction that can return the current chat history.
-
Looks like you can delete a response too. Although the behavior of it is obviously slightly different to that of other threaded systems, in that only the last response is deleted: https://platform.openai.com/docs/api-reference/responses/delete
-
Streaming support
-
Function calling support
-
Add support for summary responses from reasoning models
-
Add support for latest tools
-
Unit test coverage
-
Integration tests
-
https://platform.openai.com/docs/api-reference/responses/object
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Sprint: In Progress