Skip to content

Commit e396dcb

Browse files
committed
csharp fix
1 parent 5757545 commit e396dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/how-to/connected-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To enable your Agent to use a connected agent, you use `ConnectedAgentToolDefini
122122
PersistentAgent stockAgent = client.Administration.CreateAgent(
123123
model: modelDeploymentName,
124124
name: "stock_price_bot",
125-
instructions: "Your job is to get the stock price of a company. If you don't know the realtime stock price, return the last known stock price.",
125+
instructions: "Your job is to get the stock price of a company. If you don't know the realtime stock price, return the last known stock price."
126126
// tools: [...] tools that would be used to get stock prices
127127
);
128128
ConnectedAgentToolDefinition connectedAgentDefinition = new(new ConnectedAgentDetails(stockAgent.Id, stockAgent.Name, "Gets the stock price of a company"));

0 commit comments

Comments
 (0)