Home / Function/ test_method_create_with_all_params_overload_1() — anthropic-sdk-python Function Reference

test_method_create_with_all_params_overload_1() — anthropic-sdk-python Function Reference

Architecture documentation for the test_method_create_with_all_params_overload_1() function in test_messages.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  b5631fb5_d42b_dd42_6132_8cc01b3f8a6b["test_method_create_with_all_params_overload_1()"]
  8298da58_cf54_f234_c9e6_f284f44aa796["TestAsyncMessages"]
  b5631fb5_d42b_dd42_6132_8cc01b3f8a6b -->|defined in| 8298da58_cf54_f234_c9e6_f284f44aa796
  e4467027_ab15_235e_e9d3_2f3d0e6fcdc0["test_method_create_with_all_params_overload_1()"]
  e4467027_ab15_235e_e9d3_2f3d0e6fcdc0 -->|calls| b5631fb5_d42b_dd42_6132_8cc01b3f8a6b
  e4467027_ab15_235e_e9d3_2f3d0e6fcdc0["test_method_create_with_all_params_overload_1()"]
  b5631fb5_d42b_dd42_6132_8cc01b3f8a6b -->|calls| e4467027_ab15_235e_e9d3_2f3d0e6fcdc0
  08e9c9e7_d7f9_615f_5837_b3de69122e37["assert_matches_type()"]
  b5631fb5_d42b_dd42_6132_8cc01b3f8a6b -->|calls| 08e9c9e7_d7f9_615f_5837_b3de69122e37
  style b5631fb5_d42b_dd42_6132_8cc01b3f8a6b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/api_resources/beta/test_messages.py lines 602–729

    async def test_method_create_with_all_params_overload_1(self, async_client: AsyncAnthropic) -> None:
        message = await async_client.beta.messages.create(
            max_tokens=1024,
            messages=[
                {
                    "content": "Hello, world",
                    "role": "user",
                }
            ],
            model="claude-opus-4-6",
            container={
                "id": "id",
                "skills": [
                    {
                        "skill_id": "x",
                        "type": "anthropic",
                        "version": "x",
                    }
                ],
            },
            context_management={
                "edits": [
                    {
                        "type": "clear_tool_uses_20250919",
                        "clear_at_least": {
                            "type": "input_tokens",
                            "value": 0,
                        },
                        "clear_tool_inputs": True,
                        "exclude_tools": ["string"],
                        "keep": {
                            "type": "tool_uses",
                            "value": 0,
                        },
                        "trigger": {
                            "type": "input_tokens",
                            "value": 1,
                        },
                    }
                ]
            },
            inference_geo="inference_geo",
            mcp_servers=[
                {
                    "name": "name",
                    "type": "url",
                    "url": "url",
                    "authorization_token": "authorization_token",
                    "tool_configuration": {
                        "allowed_tools": ["string"],
                        "enabled": True,
                    },
                }
            ],
            metadata={"user_id": "13803d75-b4b5-4c3e-b2a2-6f21399b021b"},
            output_config={
                "effort": "low",
                "format": {
                    "schema": {"foo": "bar"},
                    "type": "json_schema",
                },
            },
            output_format={
                "schema": {"foo": "bar"},
                "type": "json_schema",
            },
            service_tier="auto",
            speed="standard",
            stop_sequences=["string"],
            stream=False,
            system=[
                {
                    "text": "Today's date is 2024-06-01.",
                    "type": "text",
                    "cache_control": {
                        "type": "ephemeral",
                        "ttl": "5m",
                    },
                    "citations": [
                        {
                            "cited_text": "cited_text",

Subdomains

Frequently Asked Questions

What does test_method_create_with_all_params_overload_1() do?
test_method_create_with_all_params_overload_1() is a function in the anthropic-sdk-python codebase, defined in tests/api_resources/beta/test_messages.py.
Where is test_method_create_with_all_params_overload_1() defined?
test_method_create_with_all_params_overload_1() is defined in tests/api_resources/beta/test_messages.py at line 602.
What does test_method_create_with_all_params_overload_1() call?
test_method_create_with_all_params_overload_1() calls 2 function(s): assert_matches_type, test_method_create_with_all_params_overload_1.
What calls test_method_create_with_all_params_overload_1()?
test_method_create_with_all_params_overload_1() is called by 1 function(s): test_method_create_with_all_params_overload_1.

Analyze Your Own Codebase

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

Try Supermodel Free