Skip to content

.Net Agents New Feature: I want the "Agents as plugins" to be able to access the main agent thread - if I want #11438

@joslat

Description

@joslat

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

Labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions