You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/overview.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,19 +103,19 @@ The following tools are authored by third-party partners. Use the links below to
103
103
### Use system instruction to help model invoke the right tool
104
104
105
105
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
114
114
115
115
For example, you might provide tool instructions like the following for the Grounding with Bing Search tool:
116
116
117
117
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?".
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/sharepoint.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ Integrate your agents with the **Microsoft SharePoint** to chat with your privat
44
44
1. Click to add a new connection. Once you have added a connection, you can directly select from existing list.
45
45
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>`
46
46
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
+
50
50
1. Then, you can add it to your connection. Make sure you have selected the **is secret** option.
0 commit comments