dummy_typing_typed_dict_docstring() — langchain Function Reference
Architecture documentation for the dummy_typing_typed_dict_docstring() function in test_function_calling.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD bb0fde07_4f75_010f_0c44_64b0b9bb58c8["dummy_typing_typed_dict_docstring()"] 6f1e8e6f_d3f9_e590_b17e_1dc8afafdbe0["test_function_calling.py"] bb0fde07_4f75_010f_0c44_64b0b9bb58c8 -->|defined in| 6f1e8e6f_d3f9_e590_b17e_1dc8afafdbe0 a4ca20e5_25b3_5f62_a528_dd4d93e14cff["dummy_function()"] bb0fde07_4f75_010f_0c44_64b0b9bb58c8 -->|calls| a4ca20e5_25b3_5f62_a528_dd4d93e14cff style bb0fde07_4f75_010f_0c44_64b0b9bb58c8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/core/tests/unit_tests/utils/test_function_calling.py lines 187–199
def dummy_typing_typed_dict_docstring() -> type:
class dummy_function(TypingTypedDict): # noqa: N801
"""Dummy function.
Args:
arg1: foo
arg2: one of 'bar', 'baz'
"""
arg1: int
arg2: Literal["bar", "baz"]
return dummy_function
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does dummy_typing_typed_dict_docstring() do?
dummy_typing_typed_dict_docstring() is a function in the langchain codebase, defined in libs/core/tests/unit_tests/utils/test_function_calling.py.
Where is dummy_typing_typed_dict_docstring() defined?
dummy_typing_typed_dict_docstring() is defined in libs/core/tests/unit_tests/utils/test_function_calling.py at line 187.
What does dummy_typing_typed_dict_docstring() call?
dummy_typing_typed_dict_docstring() calls 1 function(s): dummy_function.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free