Skip to content

Commit fccd3e6

Browse files
committed
fixes
1 parent 3e03aad commit fccd3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/agents/how-to/tools/function-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ToolOutput GetResolvedToolOutput(RequiredToolCall toolCall)
125125
}
126126
```
127127

128-
# [JavaScript]
128+
# [JavaScript](#tab/javascript)
129129

130130
```javascript
131131
class FunctionToolExecutor {
@@ -250,7 +250,7 @@ Response<Agent> agentResponse = await client.CreateAgentAsync(
250250
Agent agent = agentResponse.Value;
251251
```
252252

253-
# [JavaScript]
253+
# [JavaScript](#tab/javascript)
254254

255255
```javascript
256256
const functionToolExecutor = new FunctionToolExecutor();

0 commit comments

Comments
 (0)