Updating Docs

This commit is contained in:
João Moura
2024-06-20 02:19:20 -03:00
parent 72e20a5dbb
commit 73c3d26d55
23 changed files with 537 additions and 188 deletions

View File

@@ -42,6 +42,7 @@ def my_simple_tool(question: str) -> str:
# Tool logic here
return "Tool output"
```
### Defining a Cache Function for the Tool
To optimize tool performance with caching, define custom caching strategies using the `cache_function` attribute.