We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e03aad commit fccd3e6Copy full SHA for fccd3e6
articles/ai-services/agents/how-to/tools/function-calling.md
@@ -125,7 +125,7 @@ ToolOutput GetResolvedToolOutput(RequiredToolCall toolCall)
125
}
126
```
127
128
-# [JavaScript]
+# [JavaScript](#tab/javascript)
129
130
```javascript
131
class FunctionToolExecutor {
@@ -250,7 +250,7 @@ Response<Agent> agentResponse = await client.CreateAgentAsync(
250
Agent agent = agentResponse.Value;
251
252
253
254
255
256
const functionToolExecutor = new FunctionToolExecutor();
0 commit comments