Skip to content

Commit 81df84d

Browse files
Update README.md
1 parent 5479351 commit 81df84d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ print("Sentiment:", sentiment)
133133
```
134134

135135
### Tools ([docs](https://lightning.ai/docs/litai/features/tools))
136-
Tools allow models to get real-world data or take actions. In LitAI, there is no magic with tool use, agents can decide to call tools, and you can let them call the tools
137-
automatically, or manually call them for more control. Zero magic, just plain Python.
136+
Tools allow models to get real-world data or take actions. In LitAI, there is no magic with tool use, agents can decide to call tools (`auto_tool_call=True`), or you can manually call a tool with `llm.call_tool(...)` for full control. Zero magic, just plain Python.
138137

139138
```python
140139
from litai import LLM, tool

0 commit comments

Comments
 (0)