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
description="Auxiliary tool that ensures thoughtful tool selection by requiring explicit reasoning and tool choice before executing any other tool.",
99
+
),
100
+
AgentDetailTool(
101
+
name="Clarification Tool",
102
+
description="Enables the agent to ask clarifying questions when user requirements are unclear, preventing assumptions and ensuring accurate task completion.",
103
+
),
104
+
AgentDetailTool(
105
+
name="Wikipedia Search",
106
+
description="Fetches summaries and information from Wikipedia articles.",
91
107
),
92
-
AgentDetailTool(name="Wikipedia Search", description="Fetches summaries from Wikipedia."),
FinalAnswerTool.description="""Assemble and send the final answer to the user. When using information gathered from other tools that provided URL addresses, you MUST properly cite them using markdown citation format: [description](URL).
155
190
156
-
Citation Requirements:
191
+
# Citation Requirements:
157
192
- Use descriptive text that summarizes the source content
158
193
- Include the exact URL provided by the tool
159
194
- Place citations inline where the information is referenced
160
195
161
-
Examples:
196
+
# Examples:
162
197
- According to [OpenAI's latest announcement](https://example.com/gpt5), GPT-5 will be released next year.
163
198
- Recent studies show [AI adoption has increased by 67%](https://example.com/ai-study) in enterprise environments.
164
199
- Weather data indicates [temperatures will reach 25°C tomorrow](https://weather.example.com/forecast)."""# type: ignore
0 commit comments