You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitInvokeAgentAsync(agent!,"Could you please create a bar chart for the operating profit using the following data and provide the file to me? Company A: $1.2 million, Company B: $2.5 million, Company C: $3.0 million, Company D: $1.8 million");
47
46
}
@@ -55,17 +54,33 @@ public async Task AzureAIAgentWithKernel()
awaitInvokeAgentAsync(agent!,"Could you please create a bar chart for the operating profit using the following data and provide the file to me? Company A: $1.2 million, Company B: $2.5 million, Company C: $3.0 million, Company D: $1.8 million");
67
63
}
68
64
65
+
[Fact]
66
+
publicasyncTaskAzureAIAgentWithId()
67
+
{
68
+
vartext=
69
+
"""
70
+
id: ${AzureAI:AgentId}
71
+
type: foundry_agent
72
+
instructions: You are helpful agent who always responds in French.
"Could you please create a bar chart for the operating profit using the following data and provide the file to me? Company A: $1.2 million, Company B: $2.5 million, Company C: $3.0 million, Company D: $1.8 million",
81
+
deleteAgent:false);
82
+
}
83
+
69
84
[Fact]
70
85
publicasyncTaskAzureAIAgentWithCodeInterpreter()
71
86
{
@@ -83,7 +98,6 @@ public async Task AzureAIAgentWithCodeInterpreter()
0 commit comments