Skip to content

Commit 2fd11f1

Browse files
Hyperlint Automation Fix
1 parent 179244c commit 2fd11f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/agents/concepts/tools.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
### What are tools?
9+
### What are tools
1010

1111
Tools enable AI systems to interact with external services and perform actions. They provide a structured way for agents and workflows to invoke APIs, manipulate data, and integrate with external systems. Tools form the bridge between AI decision-making capabilities and real-world actions.
1212

@@ -15,7 +15,7 @@ Tools enable AI systems to interact with external services and perform actions.
1515
In an AI system, tools are typically implemented as function calls that the AI can use to accomplish specific tasks. For example, a travel booking agent might have tools for:
1616

1717
- Searching flight availability
18-
- Checking hotel rates
18+
- Checking hotel rates
1919
- Processing payments
2020
- Sending confirmation emails
2121

0 commit comments

Comments
 (0)