pydantic-ai 1.0.8__tar.gz → 1.0.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/PKG-INFO +4 -4
- pydantic_ai-1.0.9/tests/models/cassettes/test_anthropic/test_anthropic_code_execution_tool.yaml +192 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_anthropic/test_anthropic_code_execution_tool_stream.yaml +293 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_anthropic/test_anthropic_model_web_search_tool_stream.yaml +390 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_anthropic/test_anthropic_text_parts_ahead_of_built_in_tool_call.yaml +696 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_anthropic/test_anthropic_web_search_tool.yaml +583 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_google/test_google_model_builtin_code_execution_stream.yaml +80 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_code_execution_tool.yaml +66 -60
- pydantic_ai-1.0.9/tests/models/cassettes/test_google/test_google_model_receive_web_search_history_from_another_provider.yaml +429 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_google/test_google_model_web_search_tool.yaml +506 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_google/test_google_model_web_search_tool_stream.yaml +448 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_groq/test_groq_model_thinking_part_iter.yaml +5165 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_groq/test_groq_model_web_search_tool.yaml +314 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_groq/test_groq_model_web_search_tool_stream.yaml +407 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_code_execution_return_image.yaml +147 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_builtin_tools.yaml +2 -2
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_model_builtin_tools_web_search.yaml +203 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool.yaml +290 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_stream.yaml +404 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_with_invalid_region.yaml +141 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_with_user_location.yaml +138 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_non_reasoning_model_no_item_ids.yaml +250 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_with_code_execution_tool.yaml +383 -0
- pydantic_ai-1.0.9/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_with_code_execution_tool_stream.yaml +1155 -0
- pydantic_ai-1.0.9/tests/models/test_anthropic.py +5032 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_google.py +670 -77
- pydantic_ai-1.0.9/tests/models/test_groq.py +5354 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_instrumented.py +44 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_model_names.py +8 -8
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_openai.py +4 -1
- pydantic_ai-1.0.9/tests/models/test_openai_responses.py +3641 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_a2a.py +6 -6
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_ag_ui.py +133 -6
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_dbos.py +291 -215
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_parts_manager.py +55 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_temporal.py +43 -1
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_tools.py +95 -0
- pydantic_ai-1.0.8/tests/models/cassettes/test_anthropic/test_anthropic_code_execution_tool.yaml +0 -89
- pydantic_ai-1.0.8/tests/models/cassettes/test_anthropic/test_anthropic_web_search_tool.yaml +0 -187
- pydantic_ai-1.0.8/tests/models/cassettes/test_google/test_google_model_builtin_code_execution_stream.yaml +0 -67
- pydantic_ai-1.0.8/tests/models/cassettes/test_google/test_google_model_receive_web_search_history_from_another_provider.yaml +0 -384
- pydantic_ai-1.0.8/tests/models/cassettes/test_google/test_google_model_web_search_tool.yaml +0 -199
- pydantic_ai-1.0.8/tests/models/cassettes/test_groq/test_groq_model_thinking_part_iter.yaml +0 -2048
- pydantic_ai-1.0.8/tests/models/cassettes/test_groq/test_groq_model_web_search_tool.yaml +0 -273
- pydantic_ai-1.0.8/tests/models/cassettes/test_openai_responses/test_openai_responses_code_execution_tool.yaml +0 -108
- pydantic_ai-1.0.8/tests/models/cassettes/test_openai_responses/test_openai_responses_code_execution_tool_stream.yaml +0 -119
- pydantic_ai-1.0.8/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool.yaml +0 -114
- pydantic_ai-1.0.8/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_stream.yaml +0 -949
- pydantic_ai-1.0.8/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_with_invalid_region.yaml +0 -131
- pydantic_ai-1.0.8/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_with_user_location.yaml +0 -118
- pydantic_ai-1.0.8/tests/models/test_anthropic.py +0 -2725
- pydantic_ai-1.0.8/tests/models/test_groq.py +0 -1353
- pydantic_ai-1.0.8/tests/models/test_openai_responses.py +0 -1973
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/.gitignore +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/LICENSE +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/Makefile +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/README.md +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/pyproject.toml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/__init__.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/assets/dummy.pdf +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/assets/kiwi.png +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/assets/marcelo.mp3 +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/assets/product_name.txt +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/assets/small_video.mp4 +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_complex_agent_run.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_complex_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_complex_agent_run_stream_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_iter.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_iter_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_override_deps_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_override_tools_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_run.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_run_in_workflow_with_toolsets.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_run_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_run_sync.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_run_sync_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_with_dataclass_deps_as_dict.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_with_hitl_tool.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_with_hitl_tool_sync.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_with_model_retry.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_with_non_dict_deps.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_agent_with_unserializable_deps_type.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_dbos_model_stream_direct.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_multiple_agents.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_dbos/test_simple_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_agent_with_server_not_running.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_agent_with_stdio_server.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_audio_resource.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_audio_resource_link.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_dict.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_error.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_image.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_image_resource.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_image_resource_link.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_multiple_items.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_none.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_str.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_text_resource.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_mcp/test_tool_returning_text_resource_link.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[anthropic].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[bedrock].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[cohere].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[gemini].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[google].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[groq].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[mistral].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_settings/test_stop_settings[openai].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_complex_agent_run.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_complex_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_complex_agent_run_stream_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_logfire_plugin.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_multiple_agents.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_simple_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_iter.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_override_deps_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_run.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_run_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_run_sync.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_sync_tool_activity_disabled.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_with_dataclass_deps_as_dict.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_with_hitl_tool.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_with_model_retry.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_with_non_dict_deps.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/cassettes/test_temporal/test_temporal_agent_with_unserializable_deps_type.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/conftest.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/__init__.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_dataset.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_evaluator_base.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_evaluator_common.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_evaluator_context.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_evaluator_spec.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_evaluators.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_llm_as_a_judge.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_otel.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_render_numbers.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_reporting.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_reports.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/test_utils.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/evals/utils.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/example_modules/README.md +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/example_modules/bank_database.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/example_modules/fake_database.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/example_modules/mcp_server.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/example_modules/weather_service.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/ext/__init__.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/ext/test_langchain.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/graph/__init__.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/graph/test_file_persistence.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/graph/test_graph.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/graph/test_mermaid.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/graph/test_persistence.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/graph/test_state.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/graph/test_utils.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/import_examples.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/json_body_serializer.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/mcp_server.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/__init__.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_model_empty_message_on_history.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_redacted.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_redacted_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_server_tool_pass_history_to_another_provider.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_server_tool_receive_history_from_another_provider.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_tool_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_tool_with_thinking.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_anthropic_web_search_tool_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_document_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_extra_headers.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_image_url_input_invalid_mime_type.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_multiple_parallel_tool_calls.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_anthropic/test_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_anthropic_tool_with_thinking.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_empty_system_prompt.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_anthropic_model_without_tools.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_guardrail_config.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_iter_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_max_tokens.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_other_parameters.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_performance_config.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_retry.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_structured_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_anthropic.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_deepseek.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_redacted.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_redacted_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_model_top_p.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_bedrock_multiple_documents_in_history.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_text_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_video_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_bedrock/test_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_cohere/test_cohere_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_cohere/test_cohere_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_cohere/test_request_simple_success_with_vcr.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_deepseek/test_deepseek_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_deepseek/test_deepseek_model_thinking_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_download_item/test_download_item_application_octet_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_download_item/test_download_item_audio_mpeg.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_download_item/test_download_item_no_content_type.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_additional_properties_is_false.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_additional_properties_is_true.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_drop_exclusive_maximum.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_exclusive_minimum_and_maximum.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_native_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_prompted_output_with_tools.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_tool_config_any_with_tool_without_args.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_tool_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_gemini_youtube_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_labels_are_ignored_with_gla_provider.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_video_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini/test_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_labels.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[AudioUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[AudioUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[DocumentUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[DocumentUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[ImageUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[ImageUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[VideoUrl (YouTube)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[VideoUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input[VideoUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_gemini_vertex/test_url_input_force_download.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_builtin_tools_with_other_tools.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_empty_assistant_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_empty_user_prompt.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_iter_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_max_tokens.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_multiple_documents_in_history.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_retry.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_safety_settings.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_server_tool_receive_history_from_another_provider.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_structured_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_text_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_thinking_config.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_top_p.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_url_context_tool.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_usage_limit_exceeded.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_usage_limit_not_exceeded.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_vertex_labels.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_vertex_provider.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_video_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_video_as_binary_content_input_with_vendor_metadata.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_model_youtube_video_url_input_with_vendor_metadata.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_native_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_prompted_output_with_tools.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_timeout.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_tool_config_any_with_tool_without_args.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_tool_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[AudioUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[AudioUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[DocumentUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[DocumentUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[ImageUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[ImageUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[VideoUrl (YouTube)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[VideoUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input[VideoUrl].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_url_input_force_download.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_google/test_google_vertexai_model_usage_limit_exceeded.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_extra_headers.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_groq_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_groq_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_groq_native_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_groq_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_tool_regular_error.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_tool_use_failed_error.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_groq/test_tool_use_failed_error_streaming.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_hf_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_hf_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_hf_model_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_max_completion_tokens[Qwen-Qwen2.5-72B-Instruct].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_max_completion_tokens[deepseek-ai-DeepSeek-R1-0528].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_max_completion_tokens[meta-llama-Llama-3.3-70B-Instruct].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_request_simple_success_with_vcr.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_request_simple_usage.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_simple_completion.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_huggingface/test_stream_completion.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_mistral/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_mistral/test_mistral_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_mistral/test_mistral_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_mistral/test_mistral_model_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_model_names/test_known_model_names.yaml +9 -9
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_audio_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_compatible_api_with_tool_calls_without_id.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_document_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_document_as_binary_content_input_with_tool.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_extra_headers.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_image_url_tool_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_invalid_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_max_completion_tokens[gpt-4.5-preview].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_max_completion_tokens[gpt-4o-mini].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_max_completion_tokens[o3-mini].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_multiple_agent_tool_calls.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_audio_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_instructions_with_tool_calls_keep_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_model_cerebras_provider.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_model_cerebras_provider_harmony.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_model_cerebras_provider_qwen_3_coder.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_model_settings_temperature_ignored_on_gpt_5.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_model_without_system_prompt.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_native_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_o1_mini_system_role[developer].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_o1_mini_system_role[system].yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_tool_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_web_search_tool.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_web_search_tool_model_not_supported.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_openai_web_search_tool_with_user_location.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_reasoning_model_with_temperature.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_system_prompt_role_o1_mini.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_text_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_user_id.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai/test_valid_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_audio_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_native_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_previous_response_id.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_previous_response_id_auto_mode.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_document_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_http_error.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_retry.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_simple_response.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_simple_response_with_tool_call.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_output_type.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_reasoning_effort.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_reasoning_generate_summary.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_stream.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_streaming_usage.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_system_prompt.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_with_modified_history.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_with_tool_calls.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_openai_responses_verbosity.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_reasoning_model_with_temperature.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/cassettes/test_openai_responses/test_tool_output.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/mock_async_stream.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/mock_openai.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_bedrock.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_cohere.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_deepseek.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_download_item.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_fallback.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_gemini.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_gemini_vertex.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_huggingface.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_mcp_sampling.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_mistral.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_model.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_model_function.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_model_request_parameters.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_model_settings.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/models/test_model_test.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/parts_from_messages.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/__init__.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_azure/test_azure_provider_call.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_anthropic.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_google_vertex.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_groq.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_openai.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_openai_responses.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_google_vertex/test_vertexai_provider.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_heroku/test_heroku_model_provider_claude_3_7_sonnet.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/cassettes/test_openrouter/test_openrouter_with_google_model.yaml +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_anthropic.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_azure.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_bedrock.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_cerebras.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_cohere.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_deepseek.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_fireworks.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_gateway.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_github.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_google_gla.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_google_vertex.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_grok.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_groq.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_heroku.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_huggingface.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_litellm.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_mistral.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_moonshotai.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_ollama.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_openai.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_openrouter.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_provider_names.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_together.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/providers/test_vercel.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_agent.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_builtin_tools.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_cli.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_deps.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_direct.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_examples.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_format_as_xml.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_history_processor.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_json_body_serializer.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_live.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_logfire.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_mcp.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_messages.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_settings.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_streaming.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_tenacity.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_thinking_part.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_toolsets.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_usage_limits.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/test_utils.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/typed_agent.py +0 -0
- {pydantic_ai-1.0.8 → pydantic_ai-1.0.9}/tests/typed_graph.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pydantic-ai
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Agent Framework / shim to use Pydantic with LLMs
|
|
5
5
|
Project-URL: Homepage, https://ai.pydantic.dev
|
|
6
6
|
Project-URL: Source, https://github.com/pydantic/pydantic-ai
|
|
@@ -27,13 +27,13 @@ Classifier: Topic :: Internet
|
|
|
27
27
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
28
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
29
|
Requires-Python: >=3.10
|
|
30
|
-
Requires-Dist: pydantic-ai-slim[ag-ui,anthropic,bedrock,cli,cohere,evals,google,groq,huggingface,logfire,mcp,mistral,openai,retries,temporal,vertexai]==1.0.
|
|
30
|
+
Requires-Dist: pydantic-ai-slim[ag-ui,anthropic,bedrock,cli,cohere,evals,google,groq,huggingface,logfire,mcp,mistral,openai,retries,temporal,vertexai]==1.0.9
|
|
31
31
|
Provides-Extra: a2a
|
|
32
32
|
Requires-Dist: fasta2a>=0.4.1; extra == 'a2a'
|
|
33
33
|
Provides-Extra: dbos
|
|
34
|
-
Requires-Dist: pydantic-ai-slim[dbos]==1.0.
|
|
34
|
+
Requires-Dist: pydantic-ai-slim[dbos]==1.0.9; extra == 'dbos'
|
|
35
35
|
Provides-Extra: examples
|
|
36
|
-
Requires-Dist: pydantic-ai-examples==1.0.
|
|
36
|
+
Requires-Dist: pydantic-ai-examples==1.0.9; extra == 'examples'
|
|
37
37
|
Description-Content-Type: text/markdown
|
|
38
38
|
|
|
39
39
|
<div align="center">
|
pydantic_ai-1.0.9/tests/models/cassettes/test_anthropic/test_anthropic_code_execution_tool.yaml
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
interactions:
|
|
2
|
+
- request:
|
|
3
|
+
headers:
|
|
4
|
+
accept:
|
|
5
|
+
- application/json
|
|
6
|
+
accept-encoding:
|
|
7
|
+
- gzip, deflate
|
|
8
|
+
connection:
|
|
9
|
+
- keep-alive
|
|
10
|
+
content-length:
|
|
11
|
+
- '357'
|
|
12
|
+
content-type:
|
|
13
|
+
- application/json
|
|
14
|
+
host:
|
|
15
|
+
- api.anthropic.com
|
|
16
|
+
method: POST
|
|
17
|
+
parsed_body:
|
|
18
|
+
max_tokens: 4096
|
|
19
|
+
messages:
|
|
20
|
+
- content:
|
|
21
|
+
- text: How much is 3 * 12390?
|
|
22
|
+
type: text
|
|
23
|
+
role: user
|
|
24
|
+
model: claude-sonnet-4-0
|
|
25
|
+
stream: false
|
|
26
|
+
system: Always use the code execution tool for math.
|
|
27
|
+
thinking:
|
|
28
|
+
budget_tokens: 3000
|
|
29
|
+
type: enabled
|
|
30
|
+
tool_choice:
|
|
31
|
+
type: auto
|
|
32
|
+
tools:
|
|
33
|
+
- name: code_execution
|
|
34
|
+
type: code_execution_20250522
|
|
35
|
+
uri: https://api.anthropic.com/v1/messages?beta=true
|
|
36
|
+
response:
|
|
37
|
+
headers:
|
|
38
|
+
connection:
|
|
39
|
+
- keep-alive
|
|
40
|
+
content-length:
|
|
41
|
+
- '2028'
|
|
42
|
+
content-type:
|
|
43
|
+
- application/json
|
|
44
|
+
strict-transport-security:
|
|
45
|
+
- max-age=31536000; includeSubDomains; preload
|
|
46
|
+
transfer-encoding:
|
|
47
|
+
- chunked
|
|
48
|
+
parsed_body:
|
|
49
|
+
container:
|
|
50
|
+
expires_at: '2025-09-17T00:24:43.124581Z'
|
|
51
|
+
id: container_011CTCwceSoRxi8Pf16Fb7Tn
|
|
52
|
+
content:
|
|
53
|
+
- signature: EvsDCkYIBxgCKkCSFDXODoOrOHU14Yv7+TNxuR4sDsJKw9y9C1gGPIWqslF6apNZ1xwJ94E9KsQBfXlZ/ELoBSTj3YT0liwueN6kEgxrakXTN1a+YafcnckaDC2EYhQsezxdE/P7XSIwczAl/PquNGpiOLqC5DnYKvD2+F0JhBQsbLe1bQi/VR0XCQdd+4DZ5dBU5AmuDcntKuICIMg145F3vP8bFnTdUMOIQY0NASypKRnHj6owIkuqWJ+pwu6OdpDt2a+Lr7R1dw860hcPjEp65eg5nwtyi8bw1pzfQJmC48DoiQn/OYeiXMWeNv5HoKEK/lkikqVPcTnD03MytUsNGRqUBfDvr4bxNgxqeAENi5pZ21ySnjxhC879gN0G3uriEM8o4LXj/X2DotKO1lvIEL/2RQZGrFulDLq5I2FW51YBY3kzHerK7zwFgs3t39VLsy7Q3T6sLi4yh4BbFxF4RaSOCicTRbMYC8UO85uhArSSm/0EDDhX+kxIGJZ91F6Vv0vSS4qLy+55buZ8Jj4/P86t9YMxBeylQ/tUNGzhISqc1+CZeQ4aZKiRyQmlfkA6bcM42JAFQT/c0EbM2JmDsiSpkM8d021E9hqrr2eIhasaOo4vG5yUz7f9aSaRc/Muy02mckNxxxS7UshBCxr8veoMa0HYnB/rBNFeGAE=
|
|
54
|
+
thinking: 'The user is asking for a simple multiplication: 3 * 12390. This is a mathematical calculation, and according
|
|
55
|
+
to my guidelines, I should always use the code execution tool for math. Even though this is a relatively simple
|
|
56
|
+
calculation that could be done mentally, the instruction is clear that I should use the code execution tool for
|
|
57
|
+
math.'
|
|
58
|
+
type: thinking
|
|
59
|
+
- id: srvtoolu_01Pc4vcD1JPUDcVhHaskFUfn
|
|
60
|
+
input:
|
|
61
|
+
code: |-
|
|
62
|
+
result = 3 * 12390
|
|
63
|
+
print(f"3 * 12390 = {result}")
|
|
64
|
+
name: code_execution
|
|
65
|
+
type: server_tool_use
|
|
66
|
+
- content:
|
|
67
|
+
content: []
|
|
68
|
+
return_code: 0
|
|
69
|
+
stderr: ''
|
|
70
|
+
stdout: |
|
|
71
|
+
3 * 12390 = 37170
|
|
72
|
+
type: code_execution_result
|
|
73
|
+
tool_use_id: srvtoolu_01Pc4vcD1JPUDcVhHaskFUfn
|
|
74
|
+
type: code_execution_tool_result
|
|
75
|
+
- text: 3 * 12390 = 37170
|
|
76
|
+
type: text
|
|
77
|
+
id: msg_018bVTPr9khzuds31rFDuqW4
|
|
78
|
+
model: claude-sonnet-4-20250514
|
|
79
|
+
role: assistant
|
|
80
|
+
stop_reason: end_turn
|
|
81
|
+
stop_sequence: null
|
|
82
|
+
type: message
|
|
83
|
+
usage:
|
|
84
|
+
cache_creation:
|
|
85
|
+
ephemeral_1h_input_tokens: 0
|
|
86
|
+
ephemeral_5m_input_tokens: 0
|
|
87
|
+
cache_creation_input_tokens: 0
|
|
88
|
+
cache_read_input_tokens: 0
|
|
89
|
+
input_tokens: 1771
|
|
90
|
+
output_tokens: 171
|
|
91
|
+
server_tool_use:
|
|
92
|
+
web_fetch_requests: 0
|
|
93
|
+
web_search_requests: 0
|
|
94
|
+
service_tier: standard
|
|
95
|
+
status:
|
|
96
|
+
code: 200
|
|
97
|
+
message: OK
|
|
98
|
+
- request:
|
|
99
|
+
headers:
|
|
100
|
+
accept:
|
|
101
|
+
- application/json
|
|
102
|
+
accept-encoding:
|
|
103
|
+
- gzip, deflate
|
|
104
|
+
connection:
|
|
105
|
+
- keep-alive
|
|
106
|
+
content-length:
|
|
107
|
+
- '355'
|
|
108
|
+
content-type:
|
|
109
|
+
- application/json
|
|
110
|
+
host:
|
|
111
|
+
- api.anthropic.com
|
|
112
|
+
method: POST
|
|
113
|
+
parsed_body:
|
|
114
|
+
max_tokens: 4096
|
|
115
|
+
messages:
|
|
116
|
+
- content:
|
|
117
|
+
- text: How about 4 * 12390?
|
|
118
|
+
type: text
|
|
119
|
+
role: user
|
|
120
|
+
model: claude-sonnet-4-0
|
|
121
|
+
stream: false
|
|
122
|
+
system: Always use the code execution tool for math.
|
|
123
|
+
thinking:
|
|
124
|
+
budget_tokens: 3000
|
|
125
|
+
type: enabled
|
|
126
|
+
tool_choice:
|
|
127
|
+
type: auto
|
|
128
|
+
tools:
|
|
129
|
+
- name: code_execution
|
|
130
|
+
type: code_execution_20250522
|
|
131
|
+
uri: https://api.anthropic.com/v1/messages?beta=true
|
|
132
|
+
response:
|
|
133
|
+
headers:
|
|
134
|
+
connection:
|
|
135
|
+
- keep-alive
|
|
136
|
+
content-length:
|
|
137
|
+
- '1684'
|
|
138
|
+
content-type:
|
|
139
|
+
- application/json
|
|
140
|
+
strict-transport-security:
|
|
141
|
+
- max-age=31536000; includeSubDomains; preload
|
|
142
|
+
transfer-encoding:
|
|
143
|
+
- chunked
|
|
144
|
+
parsed_body:
|
|
145
|
+
container:
|
|
146
|
+
expires_at: '2025-09-17T00:24:54.409332Z'
|
|
147
|
+
id: container_011CTCwdXe48NC7LaX3rxQ4d
|
|
148
|
+
content:
|
|
149
|
+
- signature: EucCCkYIBxgCKkDrAwZF3dM/a2UiJFMD/+Z5mdZOkFXxJ1vmAg7GWzC2YUTBKtKvys1yFaWmkUuBSYBC/kaTPYVj28qa94V0Q/ngEgw+4333itH5QH/0B6gaDHxUZy/HGNpU04RbZiIwmQeS7P+gLHlV9b0tRYciwVbpjZl8WkrunyWyD5xXTC7bzv/tQKv8kMjxRsRGZZH1Ks4BDiNK1tuAlz4x5LDAsui8/8vBDY1c+NRtc6y0bOgxSXFXSemv2BHm7VokC7JG8+iCQEY9HIyFtyjLeJ93niDCszU8YHPtAa4o2Orw8K4Tc4Y18U/TqfgnZulkjkeONhDJP9uUk4Db4woJiLpAx13X8W5TriwqHWMRM2+D0coqTTWTovC/xbVFFZZmwyqaz/h6V6qqokyLpbqb+5B5kw/uQfybUv28h3GqxFyuD62zM9OPyMqbd2GrAPbSLE2JETkJsp6GzxVEh1vNI3DMgdQYAQ==
|
|
150
|
+
thinking: 'The user is asking for a simple multiplication: 4 * 12390. This is a computational task that requires precise
|
|
151
|
+
calculation, so I should use the code execution tool to get the accurate result.'
|
|
152
|
+
type: thinking
|
|
153
|
+
- id: srvtoolu_017iCje5DPMZEdgBkxj1osgt
|
|
154
|
+
input:
|
|
155
|
+
code: |-
|
|
156
|
+
result = 4 * 12390
|
|
157
|
+
print(f"4 * 12390 = {result}")
|
|
158
|
+
name: code_execution
|
|
159
|
+
type: server_tool_use
|
|
160
|
+
- content:
|
|
161
|
+
content: []
|
|
162
|
+
return_code: 0
|
|
163
|
+
stderr: ''
|
|
164
|
+
stdout: |
|
|
165
|
+
4 * 12390 = 49560
|
|
166
|
+
type: code_execution_result
|
|
167
|
+
tool_use_id: srvtoolu_017iCje5DPMZEdgBkxj1osgt
|
|
168
|
+
type: code_execution_tool_result
|
|
169
|
+
- text: 4 * 12390 = 49560
|
|
170
|
+
type: text
|
|
171
|
+
id: msg_01VngRFBcNddwrYQoKUmdePY
|
|
172
|
+
model: claude-sonnet-4-20250514
|
|
173
|
+
role: assistant
|
|
174
|
+
stop_reason: end_turn
|
|
175
|
+
stop_sequence: null
|
|
176
|
+
type: message
|
|
177
|
+
usage:
|
|
178
|
+
cache_creation:
|
|
179
|
+
ephemeral_1h_input_tokens: 0
|
|
180
|
+
ephemeral_5m_input_tokens: 0
|
|
181
|
+
cache_creation_input_tokens: 0
|
|
182
|
+
cache_read_input_tokens: 0
|
|
183
|
+
input_tokens: 1741
|
|
184
|
+
output_tokens: 143
|
|
185
|
+
server_tool_use:
|
|
186
|
+
web_fetch_requests: 0
|
|
187
|
+
web_search_requests: 0
|
|
188
|
+
service_tier: standard
|
|
189
|
+
status:
|
|
190
|
+
code: 200
|
|
191
|
+
message: OK
|
|
192
|
+
version: 1
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
interactions:
|
|
2
|
+
- request:
|
|
3
|
+
headers:
|
|
4
|
+
accept:
|
|
5
|
+
- application/json
|
|
6
|
+
accept-encoding:
|
|
7
|
+
- gzip, deflate
|
|
8
|
+
connection:
|
|
9
|
+
- keep-alive
|
|
10
|
+
content-length:
|
|
11
|
+
- '314'
|
|
12
|
+
content-type:
|
|
13
|
+
- application/json
|
|
14
|
+
host:
|
|
15
|
+
- api.anthropic.com
|
|
16
|
+
method: POST
|
|
17
|
+
parsed_body:
|
|
18
|
+
max_tokens: 4096
|
|
19
|
+
messages:
|
|
20
|
+
- content:
|
|
21
|
+
- text: what is 65465-6544 * 65464-6+1.02255
|
|
22
|
+
type: text
|
|
23
|
+
role: user
|
|
24
|
+
model: claude-sonnet-4-0
|
|
25
|
+
stream: true
|
|
26
|
+
thinking:
|
|
27
|
+
budget_tokens: 3000
|
|
28
|
+
type: enabled
|
|
29
|
+
tool_choice:
|
|
30
|
+
type: auto
|
|
31
|
+
tools:
|
|
32
|
+
- name: code_execution
|
|
33
|
+
type: code_execution_20250522
|
|
34
|
+
uri: https://api.anthropic.com/v1/messages?beta=true
|
|
35
|
+
response:
|
|
36
|
+
body:
|
|
37
|
+
string: |+
|
|
38
|
+
event: message_start
|
|
39
|
+
data: {"type":"message_start","message":{"id":"msg_01TaPV5KLA8MsCPDuJNKPLF4","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":793,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"cache_creation":{"ephemeral_5m_input_tokens":0,"ephemeral_1h_input_tokens":0},"output_tokens":8,"service_tier":"standard"}} }
|
|
40
|
+
|
|
41
|
+
event: content_block_start
|
|
42
|
+
data: {"type":"content_block_start","index":0,"content_block":{"type":"thinking","thinking":"","signature":""} }
|
|
43
|
+
|
|
44
|
+
event: content_block_delta
|
|
45
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":"The user is asking me to calculate"} }
|
|
46
|
+
|
|
47
|
+
event: ping
|
|
48
|
+
data: {"type": "ping"}
|
|
49
|
+
|
|
50
|
+
event: content_block_delta
|
|
51
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" a mathematical expression: 65465-6544 *"} }
|
|
52
|
+
|
|
53
|
+
event: content_block_delta
|
|
54
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" 65464-6+1.02255\n\nThis"} }
|
|
55
|
+
|
|
56
|
+
event: content_block_delta
|
|
57
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" involves multiplication and subtraction operations, and I need to be careful about the order of"} }
|
|
58
|
+
|
|
59
|
+
event: content_block_delta
|
|
60
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" operations (PEMDAS/BODMAS)."} }
|
|
61
|
+
|
|
62
|
+
event: content_block_delta
|
|
63
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" Let me break this down:\n\n65"} }
|
|
64
|
+
|
|
65
|
+
event: content_block_delta
|
|
66
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":"465-6544 * 65464-6+1.02255"} }
|
|
67
|
+
|
|
68
|
+
event: content_block_delta
|
|
69
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":"\n\nFollowing order of operations:\n1. First, multiplication:"} }
|
|
70
|
+
|
|
71
|
+
event: content_block_delta
|
|
72
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" 6544 * 65464"} }
|
|
73
|
+
|
|
74
|
+
event: content_block_delta
|
|
75
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":"\n2. Then left to right for"} }
|
|
76
|
+
|
|
77
|
+
event: content_block_delta
|
|
78
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" addition and subtraction: 65465"} }
|
|
79
|
+
|
|
80
|
+
event: content_block_delta
|
|
81
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" - (result from step 1)"} }
|
|
82
|
+
|
|
83
|
+
event: content_block_delta
|
|
84
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" - 6 + 1.02255\n\nThis"} }
|
|
85
|
+
|
|
86
|
+
event: content_block_delta
|
|
87
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" is a computational task that requires precise"} }
|
|
88
|
+
|
|
89
|
+
event: content_block_delta
|
|
90
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" calculations, so I should use the code_execution"} }
|
|
91
|
+
|
|
92
|
+
event: content_block_delta
|
|
93
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"thinking_delta","thinking":" tool to get an accurate result."} }
|
|
94
|
+
|
|
95
|
+
event: content_block_delta
|
|
96
|
+
data: {"type":"content_block_delta","index":0,"delta":{"type":"signature_delta","signature":"EucFCkYIBxgCKkCfcR3zTiKFcMLhP1aMZu4l0cfgiw3ukkSHOSX2qV1DEKtpe3pu1HpRvDz1mEw32e/wvHoS/AfpVYk3AFb8oAscEgxips//IwdGKRINkQoaDDc122APa5lQXEtsuiIw7RQW/ow7z+MOXL6D8pAl4Iz5V6VSbn2A37DxwRbzOYHSicZuvVrhZHLmn2WWwTZjKs4EYn4HNPF6+Y+9dITwGBWUz6WXsOnv/S1sp+WJLYD8vGMDG9DzTIdjQ9pMN/Bg6VB3hPTveXqxopBk+V7u1WaQC0NmkEmREv6Pdq9iHHEnuIhN0t7UrrNDxPwt/cmbilfa7QL8ofeeSorIRwvibXtG0aqNDu42r6JkatwttDSRIBSqIgKLkel8yPP9ksmOf4SRbNAbgijmq63s+EIkNHt2yjuTHV48pR1j1czHWcsoqJOHj6faeXge0OyGKuPqbBCzoqAjecNq0dRfHQUgXMWmeaJp1R6iWhKxyJV5Y2EwhA5WGH9xzc9h0TobIgGFGAk2OvzDPBO5qr+O85LbjNeHF3WfZciaj2lMIVsveklN9S8598m+R+D4/O8Sscebc2xoVf8qBDazJP5gVtuMoAKBcJuNVWeTR5snv2vs5BEejv6Q2gcb6rPa4ZxEmilhK1NTy9+dwoYvgLUm5o11PBXbI7uRv18tLwwer55Ult5Aq3JgG8Uj8FgBA4exLCw9LKUhzd+1lN0i19f2mDDuBORw5dPUBj2unzIb6sro/2SYm3MF2nmKhh5mm1F/v37ksOzJlTUPhbcs6aYrUJo5cM1H9AB8vpcNln38uWb4tuFgD5Wqy/0WFu60nsRsnInI5SPMN39wA4cx2eyrCfne32iw0Ov+VAdn0+D8FFzyVEEh7lrCQlJFoqoznxvpKh6NRhUzLmLpfEPOhFN/bZBHsj+3YJLT4JgRaYGTf6fMkZGCyIk60hIbqofwcuMFNqFYOK0nffOV8dz9ElisN/6cSJsYAQ=="} }
|
|
97
|
+
|
|
98
|
+
event: content_block_stop
|
|
99
|
+
data: {"type":"content_block_stop","index":0 }
|
|
100
|
+
|
|
101
|
+
event: content_block_start
|
|
102
|
+
data: {"type":"content_block_start","index":1,"content_block":{"type":"text","text":""} }
|
|
103
|
+
|
|
104
|
+
event: content_block_delta
|
|
105
|
+
data: {"type":"content_block_delta","index":1,"delta":{"type":"text_delta","text":"I'll calculate this mathematical expression for you. Let me break"} }
|
|
106
|
+
|
|
107
|
+
event: content_block_delta
|
|
108
|
+
data: {"type":"content_block_delta","index":1,"delta":{"type":"text_delta","text":" it down step by step following the order of operations."} }
|
|
109
|
+
|
|
110
|
+
event: content_block_stop
|
|
111
|
+
data: {"type":"content_block_stop","index":1 }
|
|
112
|
+
|
|
113
|
+
event: content_block_start
|
|
114
|
+
data: {"type":"content_block_start","index":2,"content_block":{"type":"server_tool_use","id":"srvtoolu_01MKwyo39KHRDr9Ubff5vWtG","name":"code_execution","input":{}}}
|
|
115
|
+
|
|
116
|
+
event: content_block_delta
|
|
117
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":""}}
|
|
118
|
+
|
|
119
|
+
event: content_block_delta
|
|
120
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"{\"code\": \"# Calculate the expression: 65465-6544 * 65464-6+1.02255\\n# Following order of operations (PEMDAS/BODMAS"} }
|
|
121
|
+
|
|
122
|
+
event: content_block_delta
|
|
123
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":")\\n\\nexpression = \\\"65465-6544 "} }
|
|
124
|
+
|
|
125
|
+
event: content_block_delta
|
|
126
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"* 65464-6+1"} }
|
|
127
|
+
|
|
128
|
+
event: content_block_delta
|
|
129
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":".02255\\\"\\nprint(f\\\"Expression: {expression"} }
|
|
130
|
+
|
|
131
|
+
event: content_block_delta
|
|
132
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"}\\\")\\n\\n# Let's break it down"} }
|
|
133
|
+
|
|
134
|
+
event: content_block_delta
|
|
135
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" step by step\\nstep1 = "} }
|
|
136
|
+
|
|
137
|
+
event: content_block_delta
|
|
138
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"6544 * 65464 "} }
|
|
139
|
+
|
|
140
|
+
event: content_block_delta
|
|
141
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"# Multiplication first\\nprint"} }
|
|
142
|
+
|
|
143
|
+
event: content_block_delta
|
|
144
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"(f\\\"Step 1 "} }
|
|
145
|
+
|
|
146
|
+
event: content_block_delta
|
|
147
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"- Multiplication: "} }
|
|
148
|
+
|
|
149
|
+
event: content_block_delta
|
|
150
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"6544 * 65464 "} }
|
|
151
|
+
|
|
152
|
+
event: content_block_delta
|
|
153
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"= {step1}\\\")\\n\\nstep2"} }
|
|
154
|
+
|
|
155
|
+
event: content_block_delta
|
|
156
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" = 65465 - step1 "}}
|
|
157
|
+
|
|
158
|
+
event: content_block_delta
|
|
159
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"# First subtraction\\nprint(f\\\"Step"} }
|
|
160
|
+
|
|
161
|
+
event: content_block_delta
|
|
162
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" 2 - First subtraction:"} }
|
|
163
|
+
|
|
164
|
+
event: content_block_delta
|
|
165
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" 65465 - {step1"} }
|
|
166
|
+
|
|
167
|
+
event: content_block_delta
|
|
168
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"} = {step2}\\\")\\n\\nstep"} }
|
|
169
|
+
|
|
170
|
+
event: content_block_delta
|
|
171
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"3 = step2 - 6 # Second subtraction\\nprint"} }
|
|
172
|
+
|
|
173
|
+
event: content_block_delta
|
|
174
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"(f\\\"Step 3 - Second subtraction: {step2}"} }
|
|
175
|
+
|
|
176
|
+
event: content_block_delta
|
|
177
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" - 6 = {step3"} }
|
|
178
|
+
|
|
179
|
+
event: content_block_delta
|
|
180
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"}\\\")\\n\\nfinal_result = step3 + "} }
|
|
181
|
+
|
|
182
|
+
event: content_block_delta
|
|
183
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"1.02255 # Final addition\\nprint(f\\\"Step "} }
|
|
184
|
+
|
|
185
|
+
event: content_block_delta
|
|
186
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"4 - Final addition: {step3"} }
|
|
187
|
+
|
|
188
|
+
event: content_block_delta
|
|
189
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"} + 1.02255 "} }
|
|
190
|
+
|
|
191
|
+
event: content_block_delta
|
|
192
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"= {final_result}\\\")\\n\\n#"} }
|
|
193
|
+
|
|
194
|
+
event: content_block_delta
|
|
195
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" Let's also verify with"} }
|
|
196
|
+
|
|
197
|
+
event: content_block_delta
|
|
198
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" direct calculation\\ndirect_result = 65"} }
|
|
199
|
+
|
|
200
|
+
event: content_block_delta
|
|
201
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"465-6544 * 65464-"} }
|
|
202
|
+
|
|
203
|
+
event: content_block_delta
|
|
204
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"6+1.02255\\nprint(f\\\"\\\\nDirect calculation:"} }
|
|
205
|
+
|
|
206
|
+
event: content_block_delta
|
|
207
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":" {direct_result}\\\")\\nprint"} }
|
|
208
|
+
|
|
209
|
+
event: content_block_delta
|
|
210
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"(f\\\"Results match: {final_result == direct"} }
|
|
211
|
+
|
|
212
|
+
event: content_block_delta
|
|
213
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"_result}\\\")"} }
|
|
214
|
+
|
|
215
|
+
event: content_block_delta
|
|
216
|
+
data: {"type":"content_block_delta","index":2,"delta":{"type":"input_json_delta","partial_json":"\"}"} }
|
|
217
|
+
|
|
218
|
+
event: content_block_stop
|
|
219
|
+
data: {"type":"content_block_stop","index":2 }
|
|
220
|
+
|
|
221
|
+
event: content_block_start
|
|
222
|
+
data: {"type":"content_block_start","index":3,"content_block":{"type":"code_execution_tool_result","tool_use_id":"srvtoolu_01MKwyo39KHRDr9Ubff5vWtG","content":{"type":"code_execution_result","stdout":"Expression: 65465-6544 * 65464-6+1.02255\nStep 1 - Multiplication: 6544 * 65464 = 428396416\nStep 2 - First subtraction: 65465 - 428396416 = -428330951\nStep 3 - Second subtraction: -428330951 - 6 = -428330957\nStep 4 - Final addition: -428330957 + 1.02255 = -428330955.97745\n\nDirect calculation: -428330955.97745\nResults match: True\n","stderr":"","return_code":0,"content":[]}} }
|
|
223
|
+
|
|
224
|
+
event: content_block_stop
|
|
225
|
+
data: {"type":"content_block_stop","index":3 }
|
|
226
|
+
|
|
227
|
+
event: content_block_start
|
|
228
|
+
data: {"type":"content_block_start","index":4,"content_block":{"type":"text","text":""} }
|
|
229
|
+
|
|
230
|
+
event: content_block_delta
|
|
231
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":"The answer to"} }
|
|
232
|
+
|
|
233
|
+
event: content_block_delta
|
|
234
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":" **65465-6544 * "} }
|
|
235
|
+
|
|
236
|
+
event: content_block_delta
|
|
237
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":"65464-6+1.02255** is **"} }
|
|
238
|
+
|
|
239
|
+
event: content_block_delta
|
|
240
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":"-428,330,955.97745**."} }
|
|
241
|
+
|
|
242
|
+
event: content_block_delta
|
|
243
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":"\n\nHere's how it breaks down following the order of operations:\n1. First"} }
|
|
244
|
+
|
|
245
|
+
event: content_block_delta
|
|
246
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":", multiplication: 6,544 × 65,464 "} }
|
|
247
|
+
|
|
248
|
+
event: content_block_delta
|
|
249
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":"= 428,396,416\n2. Then left"} }
|
|
250
|
+
|
|
251
|
+
event: content_block_delta
|
|
252
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":" to right: 65,465 - 428"} }
|
|
253
|
+
|
|
254
|
+
event: content_block_delta
|
|
255
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":",396,416 = -428,330,951\n3"} }
|
|
256
|
+
|
|
257
|
+
event: content_block_delta
|
|
258
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":". Continue: -428,330,951 -"} }
|
|
259
|
+
|
|
260
|
+
event: content_block_delta
|
|
261
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":" 6 = -428,330"} }
|
|
262
|
+
|
|
263
|
+
event: content_block_delta
|
|
264
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":",957\n4. Finally: -428,330,957 + "} }
|
|
265
|
+
|
|
266
|
+
event: content_block_delta
|
|
267
|
+
data: {"type":"content_block_delta","index":4,"delta":{"type":"text_delta","text":"1.02255 = -428,330,955.97745"} }
|
|
268
|
+
|
|
269
|
+
event: content_block_stop
|
|
270
|
+
data: {"type":"content_block_stop","index":4 }
|
|
271
|
+
|
|
272
|
+
event: message_delta
|
|
273
|
+
data: {"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null,"container":{"id":"container_011CTCwoJjSVr9b94gf8DPEi","expires_at":"2025-09-17T00:27:12.723045Z"}},"usage":{"input_tokens":2316,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":733,"server_tool_use":{"web_search_requests":0,"web_fetch_requests":0}} }
|
|
274
|
+
|
|
275
|
+
event: message_stop
|
|
276
|
+
data: {"type":"message_stop"}
|
|
277
|
+
|
|
278
|
+
headers:
|
|
279
|
+
cache-control:
|
|
280
|
+
- no-cache
|
|
281
|
+
connection:
|
|
282
|
+
- keep-alive
|
|
283
|
+
content-type:
|
|
284
|
+
- text/event-stream; charset=utf-8
|
|
285
|
+
strict-transport-security:
|
|
286
|
+
- max-age=31536000; includeSubDomains; preload
|
|
287
|
+
transfer-encoding:
|
|
288
|
+
- chunked
|
|
289
|
+
status:
|
|
290
|
+
code: 200
|
|
291
|
+
message: OK
|
|
292
|
+
version: 1
|
|
293
|
+
...
|