Skip to content

Commit

Permalink
Update pages/home/crewai/custom-auth-flow.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Barbettini <nate@arcade.dev>
  • Loading branch information
EricGustin and nbarbettini authored Feb 20, 2025
1 parent 7ef2bad commit 799afc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/home/crewai/custom-auth-flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def tool_manager_callback(tool_manager: ArcadeToolManager, tool_name: str, **too
return tool_manager.execute_tool(USER_ID, tool_name, **tool_input)
```

### Create and manage Arcade tools
### Get Arcade tools

You can now provide the tool manager callback to the `ArcadeToolManager` upon initialization:

Expand Down

0 comments on commit 799afc3

Please sign in to comment.