You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
takes_ctx: Whether the function takes a [`RunContext`][pydantic_ai.tools.RunContext] as its first argument. If `None`, this is inferred from the function signature.
242
247
name: The name of the tool, defaults to the function name.
248
+
description: The description of the tool, defaults to the function docstring.
243
249
retries: The number of retries to allow for this tool, defaults to the agent's default retries,
244
250
which defaults to 1.
245
251
prepare: custom method to prepare the tool definition for each step, return `None` to omit this
0 commit comments