1 write to Instructions
Aspire.Hosting.Foundry (1)
PromptAgent\AzurePromptAgentResource.cs (1)
59Instructions = instructions;
5 references to Instructions
Aspire.Hosting.Foundry (3)
PromptAgent\AzurePromptAgentResource.cs (3)
182if (Instructions is not null) 184ctx.Writer.WriteString("instructions", Instructions); 257Instructions = Instructions
Aspire.Hosting.Foundry.Tests (2)
PromptAgentTests.cs (2)
48Assert.Equal("You tell jokes.", agent.Resource.Instructions); 151Assert.Null(agent.Resource.Instructions);