-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.untriaged
Description
Description
Error with AI Agent project template
warn: Microsoft.Agents.AI.Hosting.OpenAI.Responses.HostedAgentResponseExecutor[0]
Failed to resolve agent with name 'publisher'
Reproduction Steps
- install the project template
dotnet new install Microsoft.Agents.AI.ProjectTemplates::1.0.0-preview.1.25619.3
- create a sample app from project template
dotnet new aiagent-webapi -n NewsAgent
- configure the
GITHUB_TOKENenvironment and run project - switch to the workflow from the dropdown as highlighted, and configure input and run
Expected behavior
Works without error
Actual behavior
Nothing happened and warning log from server
warn: Microsoft.Agents.AI.Hosting.OpenAI.Responses.HostedAgentResponseExecutor[0]
Failed to resolve agent with name 'publisher'
Regression?
No response
Known Workarounds
No response
Configuration
.NET 10
Other information
No response
Metadata
Metadata
Assignees
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.untriaged