Merge branch 'main' into feature-azure-functions

This commit is contained in:
Laveesh Rohra
2025-11-12 16:29:46 -08:00
committed by GitHub
93 changed files with 8193 additions and 4442 deletions
@@ -68,7 +68,7 @@ public class OpenAIResponseFixture(bool store) : IChatClientAgentFixture
string name = "HelpfulAssistant",
string instructions = "You are a helpful assistant.",
IList<AITool>? aiTools = null) =>
new ChatClientAgent(
new(
this._openAIResponseClient.AsIChatClient(),
options: new()
{