Home / Function/ langchain_community() — langchain Function Reference

langchain_community() — langchain Function Reference

Architecture documentation for the langchain_community() function in planner_prompt.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  f2346f7f_a65f_7f19_b68c_559e86d270b1["langchain_community()"]
  e3694a41_f35c_999a_cc22_b6598202d673["planner_prompt.py"]
  f2346f7f_a65f_7f19_b68c_559e86d270b1 -->|defined in| e3694a41_f35c_999a_cc22_b6598202d673
  style f2346f7f_a65f_7f19_b68c_559e86d270b1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/agents/agent_toolkits/openapi/planner_prompt.py lines 6–24

    from langchain_community.agent_toolkits.openapi.planner_prompt import (
        API_CONTROLLER_PROMPT,
        API_CONTROLLER_TOOL_DESCRIPTION,
        API_CONTROLLER_TOOL_NAME,
        API_ORCHESTRATOR_PROMPT,
        API_PLANNER_PROMPT,
        API_PLANNER_TOOL_DESCRIPTION,
        API_PLANNER_TOOL_NAME,
        PARSING_DELETE_PROMPT,
        PARSING_GET_PROMPT,
        PARSING_PATCH_PROMPT,
        PARSING_POST_PROMPT,
        PARSING_PUT_PROMPT,
        REQUESTS_DELETE_TOOL_DESCRIPTION,
        REQUESTS_GET_TOOL_DESCRIPTION,
        REQUESTS_PATCH_TOOL_DESCRIPTION,
        REQUESTS_POST_TOOL_DESCRIPTION,
        REQUESTS_PUT_TOOL_DESCRIPTION,
    )

Subdomains

Frequently Asked Questions

What does langchain_community() do?
langchain_community() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/agents/agent_toolkits/openapi/planner_prompt.py.
Where is langchain_community() defined?
langchain_community() is defined in libs/langchain/langchain_classic/agents/agent_toolkits/openapi/planner_prompt.py at line 6.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free