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 da5cb23 commit f0f5212Copy full SHA for f0f5212
articles/ai-foundry/agents/how-to/tools/model-context-protocol-samples.md
@@ -55,7 +55,7 @@ mcp_tool.allow_tool(search_api_code)
55
print(f"Allowed tools: {mcp_tool.allowed_tools}")
56
```
57
58
-## Agent Creation
+## Agent creation
59
An agent is created using the `project_client.agents.create_agent` method.
60
61
```python
@@ -74,7 +74,7 @@ with project_client:
74
)
75
76
77
-## Thread Management
+## Thread management
78
Create the thread and add the initial user message.
79
80
0 commit comments