Home / Function/ test_multiline_output_parsing() — langchain Function Reference

test_multiline_output_parsing() — langchain Function Reference

Architecture documentation for the test_multiline_output_parsing() function in test_convo_output_parser.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  b1942427_8f17_c407_85ab_9053b4ccd1a4["test_multiline_output_parsing()"]
  c723de1e_5f43_657e_37fd_25e50b755e3b["test_convo_output_parser.py"]
  b1942427_8f17_c407_85ab_9053b4ccd1a4 -->|defined in| c723de1e_5f43_657e_37fd_25e50b755e3b
  52fed105_7e7d_3ade_83f7_5c943934dcbd["_test_convo_output()"]
  b1942427_8f17_c407_85ab_9053b4ccd1a4 -->|calls| 52fed105_7e7d_3ade_83f7_5c943934dcbd
  style b1942427_8f17_c407_85ab_9053b4ccd1a4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/tests/unit_tests/agents/output_parsers/test_convo_output_parser.py lines 17–33

def test_multiline_output_parsing() -> None:
    _test_convo_output(
        """
Thought: Do I need to use a tool? Yes
Action: evaluate_code
Action Input: Evaluate Code with the following Python content:
```python
print("Hello fifty shades of gray mans!"[::-1])  # noqa: T201
```
""",
        "evaluate_code",
        """
Evaluate Code with the following Python content:
```python
print("Hello fifty shades of gray mans!"[::-1])  # noqa: T201
```""".lstrip(),
    )

Domain

Subdomains

Frequently Asked Questions

What does test_multiline_output_parsing() do?
test_multiline_output_parsing() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/agents/output_parsers/test_convo_output_parser.py.
Where is test_multiline_output_parsing() defined?
test_multiline_output_parsing() is defined in libs/langchain/tests/unit_tests/agents/output_parsers/test_convo_output_parser.py at line 17.
What does test_multiline_output_parsing() call?
test_multiline_output_parsing() calls 1 function(s): _test_convo_output.

Analyze Your Own Codebase

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

Try Supermodel Free