Home / File/ output_config_param.py — anthropic-sdk-python Source File

output_config_param.py — anthropic-sdk-python Source File

Architecture documentation for output_config_param.py, a python file in the anthropic-sdk-python codebase. 4 imports, 3 dependents.

File python AnthropicClient 4 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  75f45536_924c_c385_0b03_5cc1a67cf4ab["output_config_param.py"]
  1c399201_6980_7365_c2dc_3bf05015aabb["json_output_format_param.py"]
  75f45536_924c_c385_0b03_5cc1a67cf4ab --> 1c399201_6980_7365_c2dc_3bf05015aabb
  29105ffb_b1ec_ed79_9d81_a213fc4534d2["JSONOutputFormatParam"]
  75f45536_924c_c385_0b03_5cc1a67cf4ab --> 29105ffb_b1ec_ed79_9d81_a213fc4534d2
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  75f45536_924c_c385_0b03_5cc1a67cf4ab --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  75f45536_924c_c385_0b03_5cc1a67cf4ab --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 75f45536_924c_c385_0b03_5cc1a67cf4ab
  11b723a4_f0a6_3747_c358_91ffd0f2c339["message_count_tokens_params.py"]
  11b723a4_f0a6_3747_c358_91ffd0f2c339 --> 75f45536_924c_c385_0b03_5cc1a67cf4ab
  323219cc_84cd_94e9_ae78_777a62f2a45c["message_create_params.py"]
  323219cc_84cd_94e9_ae78_777a62f2a45c --> 75f45536_924c_c385_0b03_5cc1a67cf4ab
  style 75f45536_924c_c385_0b03_5cc1a67cf4ab fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Optional
from typing_extensions import Literal, TypedDict

from .json_output_format_param import JSONOutputFormatParam

__all__ = ["OutputConfigParam"]


class OutputConfigParam(TypedDict, total=False):
    effort: Optional[Literal["low", "medium", "high", "max"]]
    """All possible effort levels."""

    format: Optional[JSONOutputFormatParam]
    """A schema to specify Claude's output format in responses.

    See
    [structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs)
    """

Dependencies

Frequently Asked Questions

What does output_config_param.py do?
output_config_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does output_config_param.py depend on?
output_config_param.py imports 4 module(s): JSONOutputFormatParam, json_output_format_param.py, typing, typing_extensions.
What files import output_config_param.py?
output_config_param.py is imported by 3 file(s): __init__.py, message_count_tokens_params.py, message_create_params.py.
Where is output_config_param.py in the architecture?
output_config_param.py is located at src/anthropic/types/output_config_param.py (domain: AnthropicClient, directory: src/anthropic/types).

Analyze Your Own Codebase

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

Try Supermodel Free