Home / Function/ _get_sub_string() — langchain Function Reference

_get_sub_string() — langchain Function Reference

Architecture documentation for the _get_sub_string() function in structured.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  30331f05_d7c4_6919_4377_6f59c1ae79ce["_get_sub_string()"]
  6f140eef_7f84_2231_dd8c_bfae98be1932["structured.py"]
  30331f05_d7c4_6919_4377_6f59c1ae79ce -->|defined in| 6f140eef_7f84_2231_dd8c_bfae98be1932
  fdc0557a_7650_ed36_a9a7_54a74bd977a2["get_format_instructions()"]
  fdc0557a_7650_ed36_a9a7_54a74bd977a2 -->|calls| 30331f05_d7c4_6919_4377_6f59c1ae79ce
  style 30331f05_d7c4_6919_4377_6f59c1ae79ce fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/output_parsers/structured.py lines 29–34

def _get_sub_string(schema: ResponseSchema) -> str:
    return line_template.format(
        name=schema.name,
        description=schema.description,
        type=schema.type,
    )

Domain

Frequently Asked Questions

What does _get_sub_string() do?
_get_sub_string() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/output_parsers/structured.py.
Where is _get_sub_string() defined?
_get_sub_string() is defined in libs/langchain/langchain_classic/output_parsers/structured.py at line 29.
What calls _get_sub_string()?
_get_sub_string() is called by 1 function(s): get_format_instructions.

Analyze Your Own Codebase

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

Try Supermodel Free