-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeagentsexperimentalAssociated with an experimental featureAssociated with an experimental feature
Description
It's currently possible to invoke the ChatCompletionAgent with the InvokeAsync method. It should be possible to do the same with the Assistants implementation of agents for getting started experiences.
- It should be possible to provide an entire chat history that 1) creates a new thread and 2) has the agent perform a run on the new thread
- It should be possible to provide a thread that the agent can perform a run on
For #2, we likely need to provide user's the ability to create/manage their own thread. It should ideally inherit from ChatHistory so that it behaves identically. Exceptions should be thrown if the user attempts to do something that's not possible with Threads (i.e., add a system message in the middle of the thread).
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeagentsexperimentalAssociated with an experimental featureAssociated with an experimental feature
Type
Projects
Status
Sprint: Done