Skip to main content
Ctrl+K
🦜🔗 LangChain  documentation - Home
  • Reference
  • Legacy reference
Ctrl+K
Docs
  • GitHub
  • X / Twitter
Ctrl+K
  • Reference
  • Legacy reference
Docs
  • GitHub
  • X / Twitter

Section Navigation

Base packages

  • Core
    • agents
    • beta
    • caches
    • callbacks
    • chat_history
    • chat_loaders
    • chat_sessions
    • document_loaders
    • documents
    • embeddings
    • example_selectors
    • exceptions
    • globals
    • graph_vectorstores
    • indexing
    • language_models
    • load
    • memory
    • messages
    • output_parsers
    • outputs
    • prompt_values
    • prompts
    • rate_limiters
    • retrievers
    • runnables
    • stores
    • structured_query
    • sys_info
    • tools
      • BaseTool
      • BaseToolkit
      • InjectedToolArg
      • SchemaAnnotationError
      • ToolException
      • RetrieverInput
      • Tool
      • StructuredTool
      • create_schema_from_function
      • convert_runnable_to_tool
      • tool
      • render_text_description
      • render_text_description_and_args
      • create_retriever_tool
    • tracers
    • utils
    • vectorstores
  • Langchain
  • Text Splitters
  • Community
  • Experimental

Integrations

  • AI21
  • Airbyte
  • Anthropic
  • AstraDB
  • AWS
  • Azure Dynamic Sessions
  • Box
  • Chroma
  • Cohere
  • Couchbase
  • Elasticsearch
  • Exa
  • Fireworks
  • Google Community
  • Google GenAI
  • Google VertexAI
  • Groq
  • Huggingface
  • Milvus
  • MistralAI
  • MongoDB
  • Nomic
  • Nvidia Ai Endpoints
  • Ollama
  • OpenAI
  • Pinecone
  • Postgres
  • Prompty
  • Qdrant
  • Robocorp
  • Together
  • Unstructured
  • VoyageAI
  • Weaviate
  • LangChain Python API Reference
  • tools
  • InjectedToolArg

InjectedToolArg#

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

Annotation for a Tool arg that is not meant to be generated by a model.

Methods

__init__()

__init__()#

Examples using InjectedToolArg

  • How to pass run time values to tools

On this page
  • InjectedToolArg
    • __init__()

© Copyright 2023, LangChain Inc.