Skip to content

Commit 576a5ef

Browse files
committed
ended c# code sample
1 parent 065adb5 commit 576a5ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure AI Agents supports function calling, which allows you to describe the stru
2323
2424
### Usage support
2525

26-
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
26+
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
2727
|---------|---------|---------|---------|---------|---------|---------|
2828
| | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
2929

@@ -381,6 +381,7 @@ Finally, clean up the created resources by deleting the thread and the agent.
381381
client.Threads.DeleteThread(threadId: thread.Id);
382382
// Delete the agent definition
383383
client.Administration.DeleteAgent(agentId: agent.Id);
384+
```
384385

385386
::: zone-end
386387

0 commit comments

Comments
 (0)