Skip to content

Commit d9f6366

Browse files
committed
fixes
1 parent b9a8844 commit d9f6366

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

articles/ai-foundry/agents/how-to/tools/overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@ The following tools are authored by third-party partners. Use the links below to
103103
### Use system instruction to help model invoke the right tool
104104

105105
In order for the model to understand which tools to use, you want to provide detailed instruction for the model to describe when and how to use the tool. You might want to consider providing the following information:
106-
1. Primary Objective: what is the objective of this agent? what is the goal of related tasks? what are the expected outcomes?
107-
1. Your responsibilities: what tasks you expect the agent to perform. For example, calling Grounding with Bing Search tool to get the latest information about local events.
108-
1. Inputs you may receive: what inputs do you expect the agent to receive?
109-
1. For each tool:
110-
1. The tool name
111-
2. A description of the tool
112-
3. Triggers: when do you expect this tool to be called? What type of information will be searched? What will queries contain?
113-
4. An example of a query
106+
- Primary Objective: what is the objective of this agent? what is the goal of related tasks? what are the expected outcomes?
107+
- Your responsibilities: what tasks you expect the agent to perform. For example, calling Grounding with Bing Search tool to get the latest information about local events.
108+
- Inputs you may receive: what inputs do you expect the agent to receive?
109+
- For each tool:
110+
- The tool name
111+
- A description of the tool
112+
- Triggers: when do you expect this tool to be called? What type of information will be searched? What will queries contain?
113+
- An example of a query
114114

115115
For example, you might provide tool instructions like the following for the Grounding with Bing Search tool:
116116

117117
Grounding with Bing Search tool
118-
1. Use: Gather external trends or news to enrich the post with real-time insights.
119-
1. Trigger this when:
120-
1. The user asks to reference recent data or competitive context.
121-
1. Example: "Can you reference the latest industry trends?" or "What are competitors doing?".
118+
- Use: Gather external trends or news to enrich the post with real-time insights.
119+
- Trigger this when:
120+
- The user asks to reference recent data or competitive context.
121+
- Example: "Can you reference the latest industry trends?" or "What are competitors doing?".

articles/ai-foundry/agents/how-to/tools/sharepoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Integrate your agents with the **Microsoft SharePoint** to chat with your privat
4444
1. Click to add a new connection. Once you have added a connection, you can directly select from existing list.
4545
1. To create a new connection, you need to find `site_url` in your SharePoint site. You can add either a SharePoint site or a SharePoint folder. For a SharePoint site, it will look like `https://microsoft.sharepoint.com/teams/<site_name>`. For a SharePoint folder, it will look like `https://microsoft.sharepoint.com/teams/<site_name>/Shared%20documents/<folder_name>`
4646

47-
> [!NOTE]
48-
> * Your `site_url` needs to follow the format above. If you copy the entire value from the address bar of your SharePoint, it won't work.
49-
47+
> [!NOTE]
48+
> * Your `site_url` needs to follow the format above. If you copy the entire value from the address bar of your SharePoint, it won't work.
49+
5050
1. Then, you can add it to your connection. Make sure you have selected the **is secret** option.
5151

5252
## Next steps

0 commit comments

Comments
 (0)