-
Notifications
You must be signed in to change notification settings - Fork 813
Open
Labels
design requiredDesign is requiredDesign is required
Description
Agents may require time to complete an execution e.g. A2A tasks or use of reasoning models. Review the design to ensure long running tasks can be supported.
- MEAI: Add a model for long-running operations
- Add a model for long-running operations and apply it to the OpenAI Responses chat client.
add support for background responses dotnet/extensions#6854 - Add UserAgent header to the GetResponse{Streaming}Async methods
- OpenAI SDK: Add OpenAIResponseClient.GetResponse{Streaming}Async overloads that take RequestOptions openai/openai-dotnet#753
- Update to use internal GetResponse{Streaming}Async overloads
- Update to use ResponsesContinuationToken instead of object. .NET: Change type of ContinuationToken properties dotnet/extensions#7050
- Add the TextInputRequestContent and TextInputResponseContent classes to represent text input request and response used by A2A agents - Types to represent user input request and response for additional details dotnet/extensions#7088
- Add a model for long-running operations and apply it to the OpenAI Responses chat client.
- AF: Add a model for long-running operations
- Add a model for long-running operations and apply it to the ChatClientAgent - .NET: Add support for background responses #1501
- Support .NET 10
- Update to the latest MEAI packages
- Update to use ResponsesContinuationToken instead of object - .NET: Change type of props representing continuation token #2430
- AF: Add support for long-running operations to the A2A agent- .NET: Add support for background responses to A2A agent #2381
- AF: Add support for input requests to the A2A agent.
- AF: Add polling to the A2A agent.
Metadata
Metadata
Assignees
Labels
design requiredDesign is requiredDesign is required