InjectedToolArg#

class langchain_core.tools.base.InjectedToolArg[source]#

Annotation for tool arguments that are injected at runtime.

Tool arguments annotated with this class are not included in the tool schema sent to language models and are instead injected during execution.

Examples using InjectedToolArg