- Adds initial `ToolContext` to tool invocations - This unlocks the ability to call authenticated tools (e.g. Gmail), which works in this branch against Nate's dev engine
5 lines
50 B
Python
5 lines
50 B
Python
from .tool import tool
|
|
|
|
__all__ = [
|
|
"tool",
|
|
]
|