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