Skip to content

Commit f0f5212

Browse files
authored
Apply suggestions from code review
1 parent da5cb23 commit f0f5212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/agents/how-to/tools/model-context-protocol-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mcp_tool.allow_tool(search_api_code)
5555
print(f"Allowed tools: {mcp_tool.allowed_tools}")
5656
```
5757

58-
## Agent Creation
58+
## Agent creation
5959
An agent is created using the `project_client.agents.create_agent` method.
6060

6161
```python
@@ -74,7 +74,7 @@ with project_client:
7474
)
7575
```
7676

77-
## Thread Management
77+
## Thread management
7878
Create the thread and add the initial user message.
7979

8080
```python

0 commit comments

Comments
 (0)