-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeagentsfunction_callingstaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity
Description
name: Feature request
about: Suggest an idea for this project
I want the "Agents as plugins" to be able to access the main agent thread - if I want
I do not see the agent wrapped in the plugin function being invoked with the main agent/chat thread…
see
var response = agent.InvokeAsync(new ChatMessageContent(AuthorRole.User, queryString), null, options, cancellationToken); |
(at the moment we are handling null, so a new thread is created always when invoking the agent as function...)
IMHO having this would be very convenient, so it can participate, and read the conversation thread… otherwise we have to manually pass all the context to it in order to function properly.
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeagentsfunction_callingstaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity
Type
Projects
Status
No status