Function
Browse all 11859 tag entities categorized under Function in the langchain Architecture Docs architecture documentation.
_make_request() — langchain Function Reference
Architecture documentation for the _make_request() function in test_todo.py from the langchain codebase.
test_adds_system_prompt_when_none_exists_async() — langchain Function Reference
Architecture documentation for the test_adds_system_prompt_when_none_exists_async() function in test_todo.py from the langchain codebase.
test_adds_system_prompt_when_none_exists() — langchain Function Reference
Architecture documentation for the test_adds_system_prompt_when_none_exists() function in test_todo.py from the langchain codebase.
test_appends_to_existing_system_prompt_async() — langchain Function Reference
Architecture documentation for the test_appends_to_existing_system_prompt_async() function in test_todo.py from the langchain codebase.
test_appends_to_existing_system_prompt() — langchain Function Reference
Architecture documentation for the test_appends_to_existing_system_prompt() function in test_todo.py from the langchain codebase.
test_custom_system_prompt_async() — langchain Function Reference
Architecture documentation for the test_custom_system_prompt_async() function in test_todo.py from the langchain codebase.
test_custom_system_prompt() — langchain Function Reference
Architecture documentation for the test_custom_system_prompt() function in test_todo.py from the langchain codebase.
test_custom_tool_description() — langchain Function Reference
Architecture documentation for the test_custom_tool_description() function in test_todo.py from the langchain codebase.
test_handler_called_with_modified_request_async() — langchain Function Reference
Architecture documentation for the test_handler_called_with_modified_request_async() function in test_todo.py from the langchain codebase.
test_has_write_todos_tool() — langchain Function Reference
Architecture documentation for the test_has_write_todos_tool() function in test_todo.py from the langchain codebase.
test_parallel_write_todos_calls_rejected_async() — langchain Function Reference
Architecture documentation for the test_parallel_write_todos_calls_rejected_async() function in test_todo.py from the langchain codebase.
test_parallel_write_todos_calls_rejected() — langchain Function Reference
Architecture documentation for the test_parallel_write_todos_calls_rejected() function in test_todo.py from the langchain codebase.
test_parallel_write_todos_with_other_tools_async() — langchain Function Reference
Architecture documentation for the test_parallel_write_todos_with_other_tools_async() function in test_todo.py from the langchain codebase.
test_parallel_write_todos_with_other_tools() — langchain Function Reference
Architecture documentation for the test_parallel_write_todos_with_other_tools() function in test_todo.py from the langchain codebase.
test_single_write_todos_call_allowed_async() — langchain Function Reference
Architecture documentation for the test_single_write_todos_call_allowed_async() function in test_todo.py from the langchain codebase.
test_single_write_todos_call_allowed() — langchain Function Reference
Architecture documentation for the test_single_write_todos_call_allowed() function in test_todo.py from the langchain codebase.
test_todo_middleware_agent_creation_with_middleware() — langchain Function Reference
Architecture documentation for the test_todo_middleware_agent_creation_with_middleware() function in test_todo.py from the langchain codebase.
test_todo_middleware_custom_system_prompt_and_tool_description() — langchain Function Reference
Architecture documentation for the test_todo_middleware_custom_system_prompt_and_tool_description() function in test_todo.py from the langchain codebase.
test_todo_middleware_custom_system_prompt_in_agent() — langchain Function Reference
Architecture documentation for the test_todo_middleware_custom_system_prompt_in_agent() function in test_todo.py from the langchain codebase.
test_todo_middleware_custom_system_prompt() — langchain Function Reference
Architecture documentation for the test_todo_middleware_custom_system_prompt() function in test_todo.py from the langchain codebase.
test_todo_middleware_custom_tool_description() — langchain Function Reference
Architecture documentation for the test_todo_middleware_custom_tool_description() function in test_todo.py from the langchain codebase.
test_todo_middleware_default_prompts() — langchain Function Reference
Architecture documentation for the test_todo_middleware_default_prompts() function in test_todo.py from the langchain codebase.
test_todo_middleware_initialization() — langchain Function Reference
Architecture documentation for the test_todo_middleware_initialization() function in test_todo.py from the langchain codebase.
test_todo_middleware_on_model_call() — langchain Function Reference
Architecture documentation for the test_todo_middleware_on_model_call() function in test_todo.py from the langchain codebase.
test_todo_middleware_write_todos_tool_execution() — langchain Function Reference
Architecture documentation for the test_todo_middleware_write_todos_tool_execution() function in test_todo.py from the langchain codebase.
test_todo_middleware_write_todos_tool_validation_errors() — langchain Function Reference
Architecture documentation for the test_todo_middleware_write_todos_tool_validation_errors() function in test_todo.py from the langchain codebase.
test_chat_openai_get_num_tokens() — langchain Function Reference
Architecture documentation for the test_chat_openai_get_num_tokens() function in test_token_counts.py from the langchain codebase.
test_openai_get_num_tokens() — langchain Function Reference
Architecture documentation for the test_openai_get_num_tokens() function in test_token_counts.py from the langchain codebase.
test_end_behavior_creates_artificial_messages() — langchain Function Reference
Architecture documentation for the test_end_behavior_creates_artificial_messages() function in test_tool_call_limit.py from the langchain codebase.
test_exception_error_messages() — langchain Function Reference
Architecture documentation for the test_exception_error_messages() function in test_tool_call_limit.py from the langchain codebase.
test_exit_behavior_continue() — langchain Function Reference
Architecture documentation for the test_exit_behavior_continue() function in test_tool_call_limit.py from the langchain codebase.
test_limit_reached_but_not_exceeded() — langchain Function Reference
Architecture documentation for the test_limit_reached_but_not_exceeded() function in test_tool_call_limit.py from the langchain codebase.
test_middleware_end_behavior_with_unrelated_parallel_tool_calls() — langchain Function Reference
Architecture documentation for the test_middleware_end_behavior_with_unrelated_parallel_tool_calls() function in test_tool_call_limit.py from the langchain codebase.
test_middleware_error_behavior() — langchain Function Reference
Architecture documentation for the test_middleware_error_behavior() function in test_tool_call_limit.py from the langchain codebase.
test_middleware_initialization_validation() — langchain Function Reference
Architecture documentation for the test_middleware_initialization_validation() function in test_tool_call_limit.py from the langchain codebase.
test_middleware_name_property() — langchain Function Reference
Architecture documentation for the test_middleware_name_property() function in test_tool_call_limit.py from the langchain codebase.
test_middleware_unit_functionality() — langchain Function Reference
Architecture documentation for the test_middleware_unit_functionality() function in test_tool_call_limit.py from the langchain codebase.
test_middleware_with_specific_tool() — langchain Function Reference
Architecture documentation for the test_middleware_with_specific_tool() function in test_tool_call_limit.py from the langchain codebase.
test_multiple_middleware_instances() — langchain Function Reference
Architecture documentation for the test_multiple_middleware_instances() function in test_tool_call_limit.py from the langchain codebase.
test_parallel_mixed_tool_calls_with_specific_tool_limit() — langchain Function Reference
Architecture documentation for the test_parallel_mixed_tool_calls_with_specific_tool_limit() function in test_tool_call_limit.py from the langchain codebase.
test_parallel_tool_calls_with_limit_continue_mode() — langchain Function Reference
Architecture documentation for the test_parallel_tool_calls_with_limit_continue_mode() function in test_tool_call_limit.py from the langchain codebase.
test_parallel_tool_calls_with_limit_end_mode() — langchain Function Reference
Architecture documentation for the test_parallel_tool_calls_with_limit_end_mode() function in test_tool_call_limit.py from the langchain codebase.
test_run_limit_with_multiple_human_messages() — langchain Function Reference
Architecture documentation for the test_run_limit_with_multiple_human_messages() function in test_tool_call_limit.py from the langchain codebase.
test_thread_count_excludes_blocked_run_calls() — langchain Function Reference
Architecture documentation for the test_thread_count_excludes_blocked_run_calls() function in test_tool_call_limit.py from the langchain codebase.
test_unified_error_messages() — langchain Function Reference
Architecture documentation for the test_unified_error_messages() function in test_tool_call_limit.py from the langchain codebase.
_agenerate() — langchain Function Reference
Architecture documentation for the _agenerate() function in test_tool_emulator.py from the langchain codebase.
bind_tools() — langchain Function Reference
Architecture documentation for the bind_tools() function in test_tool_emulator.py from the langchain codebase.
calculator() — langchain Function Reference
Architecture documentation for the calculator() function in test_tool_emulator.py from the langchain codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free