Files
tfm_ainventory/graphify-out/cache/c2ca3f87c1d1ca614606726b67ede403b1cad50fd1e3eb41bbcf225b53f1f799.json

1 line
28 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "label": "_client.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L1"}, {"id": "client_prepare_options", "label": "_prepare_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L38"}, {"id": "client_infer_region", "label": "_infer_region()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L70"}, {"id": "client_basebedrockclient", "label": "BaseBedrockClient", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L93"}, {"id": "client_make_status_error", "label": "_make_status_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L95"}, {"id": "client_anthropicbedrock", "label": "AnthropicBedrock", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L131"}, {"id": "syncapiclient", "label": "SyncAPIClient", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "client_anthropicbedrock_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L136"}, {"id": "client_make_sse_decoder", "label": "_make_sse_decoder()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L207"}, {"id": "client_prepare_request", "label": "_prepare_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L215"}, {"id": "client_anthropicbedrock_copy", "label": ".copy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L237"}, {"id": "client_asyncanthropicbedrock", "label": "AsyncAnthropicBedrock", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L296"}, {"id": "asyncapiclient", "label": "AsyncAPIClient", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "client_asyncanthropicbedrock_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L301"}, {"id": "client_asyncanthropicbedrock_copy", "label": ".copy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L402"}, {"id": "client_rationale_71", "label": "Infer the AWS region from the environment variables or from the boto3 sessio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L71"}, {"id": "client_rationale_255", "label": "Create a new client instance re-using the same options given to the current clie", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L255"}, {"id": "client_rationale_420", "label": "Create a new client instance re-using the same options given to the current clie", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L420"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "urllib_parse", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "httpx", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_beta_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_version_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_streaming_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_base_client_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_stream_decoder_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_resources_messages_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_resources_completions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_prepare_options", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_infer_region", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_basebedrockclient", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L93", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_make_status_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_anthropicbedrock", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L131", "weight": 1.0}, {"source": "client_anthropicbedrock", "target": "syncapiclient", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L131", "weight": 1.0}, {"source": "client_anthropicbedrock", "target": "client_anthropicbedrock_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_make_sse_decoder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L207", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_prepare_options", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L211", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_prepare_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L215", "weight": 1.0}, {"source": "client_anthropicbedrock", "target": "client_anthropicbedrock_copy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L237", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_asyncanthropicbedrock", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L296", "weight": 1.0}, {"source": "client_asyncanthropicbedrock", "target": "asyncapiclient", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L296", "weight": 1.0}, {"source": "client_asyncanthropicbedrock", "target": "client_asyncanthropicbedrock_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L301", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_make_sse_decoder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L372", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_prepare_options", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L376", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_lib_bedrock_client_py", "target": "client_prepare_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L380", "weight": 1.0}, {"source": "client_asyncanthropicbedrock", "target": "client_asyncanthropicbedrock_copy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L402", "weight": 1.0}, {"source": "client_anthropicbedrock_init", "target": "client_infer_region", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L181", "weight": 1.0}, {"source": "client_anthropicbedrock_init", "target": "client_asyncanthropicbedrock_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L191", "weight": 1.0}, {"source": "client_asyncanthropicbedrock_init", "target": "client_infer_region", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L346", "weight": 1.0}, {"source": "client_rationale_71", "target": "client_infer_region", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L71", "weight": 1.0}, {"source": "client_rationale_255", "target": "client_anthropicbedrock_copy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L255", "weight": 1.0}, {"source": "client_rationale_420", "target": "client_asyncanthropicbedrock_copy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L420", "weight": 1.0}], "raw_calls": [{"caller_nid": "client_prepare_options", "callee": "model_copy", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L39"}, {"caller_nid": "client_prepare_options", "callee": "is_dict", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L41"}, {"caller_nid": "client_prepare_options", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L42"}, {"caller_nid": "client_prepare_options", "callee": "is_given", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L44"}, {"caller_nid": "client_prepare_options", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L45"}, {"caller_nid": "client_prepare_options", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L47"}, {"caller_nid": "client_prepare_options", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L47"}, {"caller_nid": "client_prepare_options", "callee": "is_dict", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L50"}, {"caller_nid": "client_prepare_options", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L51"}, {"caller_nid": "client_prepare_options", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L53"}, {"caller_nid": "client_prepare_options", "callee": "quote", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L54"}, {"caller_nid": "client_prepare_options", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L54"}, {"caller_nid": "client_prepare_options", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L55"}, {"caller_nid": "client_prepare_options", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L61"}, {"caller_nid": "client_prepare_options", "callee": "AnthropicError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L62"}, {"caller_nid": "client_prepare_options", "callee": "AnthropicError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L65"}, {"caller_nid": "client_infer_region", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L75"}, {"caller_nid": "client_infer_region", "callee": "Session", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L80"}, {"caller_nid": "client_infer_region", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L87"}, {"caller_nid": "client_make_status_error", "callee": "BadRequestError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L103"}, {"caller_nid": "client_make_status_error", "callee": "AuthenticationError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L106"}, {"caller_nid": "client_make_status_error", "callee": "PermissionDeniedError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L109"}, {"caller_nid": "client_make_status_error", "callee": "NotFoundError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L112"}, {"caller_nid": "client_make_status_error", "callee": "ConflictError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L115"}, {"caller_nid": "client_make_status_error", "callee": "UnprocessableEntityError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L118"}, {"caller_nid": "client_make_status_error", "callee": "RateLimitError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L121"}, {"caller_nid": "client_make_status_error", "callee": "ServiceUnavailableError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L124"}, {"caller_nid": "client_make_status_error", "callee": "InternalServerError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L127"}, {"caller_nid": "client_make_status_error", "callee": "APIStatusError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L128"}, {"caller_nid": "client_anthropicbedrock_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L162"}, {"caller_nid": "client_anthropicbedrock_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L171"}, {"caller_nid": "client_anthropicbedrock_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L187"}, {"caller_nid": "client_anthropicbedrock_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L191"}, {"caller_nid": "client_anthropicbedrock_init", "callee": "Beta", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L202"}, {"caller_nid": "client_anthropicbedrock_init", "callee": "Messages", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L203"}, {"caller_nid": "client_anthropicbedrock_init", "callee": "Completions", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L204"}, {"caller_nid": "client_make_sse_decoder", "callee": "AWSEventStreamDecoder", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L208"}, {"caller_nid": "client_prepare_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L222"}, {"caller_nid": "client_prepare_request", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L222"}, {"caller_nid": "client_prepare_request", "callee": "get_auth_headers", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L224"}, {"caller_nid": "client_prepare_request", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L226"}, {"caller_nid": "client_prepare_request", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L235"}, {"caller_nid": "client_anthropicbedrock_copy", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L259"}, {"caller_nid": "client_anthropicbedrock_copy", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L262"}, {"caller_nid": "client_anthropicbedrock_copy", "callee": "__class__", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L276"}, {"caller_nid": "client_anthropicbedrock_copy", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L283"}, {"caller_nid": "client_anthropicbedrock_copy", "callee": "is_given", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L285"}, {"caller_nid": "client_asyncanthropicbedrock_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L327"}, {"caller_nid": "client_asyncanthropicbedrock_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L336"}, {"caller_nid": "client_asyncanthropicbedrock_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L352"}, {"caller_nid": "client_asyncanthropicbedrock_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L356"}, {"caller_nid": "client_asyncanthropicbedrock_init", "callee": "AsyncMessages", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L367"}, {"caller_nid": "client_asyncanthropicbedrock_init", "callee": "AsyncCompletions", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L368"}, {"caller_nid": "client_asyncanthropicbedrock_init", "callee": "AsyncBeta", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L369"}, {"caller_nid": "client_make_sse_decoder", "callee": "AWSEventStreamDecoder", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L373"}, {"caller_nid": "client_prepare_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L387"}, {"caller_nid": "client_prepare_request", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L387"}, {"caller_nid": "client_prepare_request", "callee": "get_auth_headers", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L389"}, {"caller_nid": "client_prepare_request", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L391"}, {"caller_nid": "client_prepare_request", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L400"}, {"caller_nid": "client_asyncanthropicbedrock_copy", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L424"}, {"caller_nid": "client_asyncanthropicbedrock_copy", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L427"}, {"caller_nid": "client_asyncanthropicbedrock_copy", "callee": "__class__", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L441"}, {"caller_nid": "client_asyncanthropicbedrock_copy", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L448"}, {"caller_nid": "client_asyncanthropicbedrock_copy", "callee": "is_given", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/lib/bedrock/_client.py", "source_location": "L450"}]}