Home / Subdomains / LanguageModelBase

LanguageModelBase

Browse all 3458 subdomain entities categorized under LanguageModelBase in the langchain Architecture Docs architecture documentation.

3458 entities · Page 69 of 73

test_add_system_prompt() — langchain Function Reference
Architecture documentation for the test_add_system_prompt() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_async_model_with_middleware() — langchain Function Reference
Architecture documentation for the test_async_model_with_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_async_retry() — langchain Function Reference
Architecture documentation for the test_async_retry() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_basic_decorator_usage() — langchain Function Reference
Architecture documentation for the test_basic_decorator_usage() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_cache_short_circuit() — langchain Function Reference
Architecture documentation for the test_cache_short_circuit() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_convert_error_to_response() — langchain Function Reference
Architecture documentation for the test_convert_error_to_response() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_counting_middleware() — langchain Function Reference
Architecture documentation for the test_counting_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_complex_retry_logic() — langchain Function Reference
Architecture documentation for the test_decorator_complex_retry_logic() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_error_handling() — langchain Function Reference
Architecture documentation for the test_decorator_error_handling() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_mixed_with_class_middleware() — langchain Function Reference
Architecture documentation for the test_decorator_mixed_with_class_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_parentheses_optional() — langchain Function Reference
Architecture documentation for the test_decorator_parentheses_optional() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_preserves_function_name() — langchain Function Reference
Architecture documentation for the test_decorator_preserves_function_name() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_request_modification() — langchain Function Reference
Architecture documentation for the test_decorator_request_modification() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_response_rewriting() — langchain Function Reference
Architecture documentation for the test_decorator_response_rewriting() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_retry_logic() — langchain Function Reference
Architecture documentation for the test_decorator_retry_logic() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_with_async_agent() — langchain Function Reference
Architecture documentation for the test_decorator_with_async_agent() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_with_custom_name() — langchain Function Reference
Architecture documentation for the test_decorator_with_custom_name() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_with_custom_state_schema() — langchain Function Reference
Architecture documentation for the test_decorator_with_custom_state_schema() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_with_state_access() — langchain Function Reference
Architecture documentation for the test_decorator_with_state_access() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_decorator_with_tools_parameter() — langchain Function Reference
Architecture documentation for the test_decorator_with_tools_parameter() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_error_handling_with_success_path() — langchain Function Reference
Architecture documentation for the test_error_handling_with_success_path() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_logging_middleware() — langchain Function Reference
Architecture documentation for the test_logging_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_max_attempts_limit() — langchain Function Reference
Architecture documentation for the test_max_attempts_limit() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_max_retries() — langchain Function Reference
Architecture documentation for the test_max_retries() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_middle_retry_middleware() — langchain Function Reference
Architecture documentation for the test_middle_retry_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_middleware_modifies_request() — langchain Function Reference
Architecture documentation for the test_middleware_modifies_request() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_multi_stage_transformation() — langchain Function Reference
Architecture documentation for the test_multi_stage_transformation() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_multiple_decorated_middleware() — langchain Function Reference
Architecture documentation for the test_multiple_decorated_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_multiple_transformations() — langchain Function Reference
Architecture documentation for the test_multiple_transformations() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_multiple_yields_retry_different_models() — langchain Function Reference
Architecture documentation for the test_multiple_yields_retry_different_models() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_no_retry_propagates_error() — langchain Function Reference
Architecture documentation for the test_no_retry_propagates_error() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_passthrough_middleware() — langchain Function Reference
Architecture documentation for the test_passthrough_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_prefix_response() — langchain Function Reference
Architecture documentation for the test_prefix_response() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_retry_outer_transform_inner() — langchain Function Reference
Architecture documentation for the test_retry_outer_transform_inner() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_retry_with_logging() — langchain Function Reference
Architecture documentation for the test_retry_with_logging() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_retry_with_state_tracking() — langchain Function Reference
Architecture documentation for the test_retry_with_state_tracking() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_selective_error_handling() — langchain Function Reference
Architecture documentation for the test_selective_error_handling() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_simple_retry_on_error() — langchain Function Reference
Architecture documentation for the test_simple_retry_on_error() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_sync_invoke_with_mixed_middleware() — langchain Function Reference
Architecture documentation for the test_sync_invoke_with_mixed_middleware() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_sync_invoke_with_only_async_middleware_raises_error() — langchain Function Reference
Architecture documentation for the test_sync_invoke_with_only_async_middleware_raises_error() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_three_middleware_composition() — langchain Function Reference
Architecture documentation for the test_three_middleware_composition() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_two_middleware_composition() — langchain Function Reference
Architecture documentation for the test_two_middleware_composition() function in test_wrap_model_call.py from the langchain codebase.
Function python
test_uppercase_response() — langchain Function Reference
Architecture documentation for the test_uppercase_response() function in test_wrap_model_call.py from the langchain codebase.
Function python
wrap_model_call() — langchain Function Reference
Architecture documentation for the wrap_model_call() function in test_wrap_model_call.py from the langchain codebase.
Function python
wrap_model_call() — langchain Function Reference
Architecture documentation for the wrap_model_call() function in test_wrap_model_call.py from the langchain codebase.
Function python
wrap_model_call() — langchain Function Reference
Architecture documentation for the wrap_model_call() function in test_wrap_model_call.py from the langchain codebase.
Function python
wrap_model_call() — langchain Function Reference
Architecture documentation for the wrap_model_call() function in test_wrap_model_call.py from the langchain codebase.
Function python
wrap_model_call() — langchain Function Reference
Architecture documentation for the wrap_model_call() function in test_wrap_model_call.py from the langchain codebase.
Function python

Analyze Your Own Codebase

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

Try Supermodel Free