pydantic-ai 1.0.7__tar.gz → 1.0.8__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.
Potentially problematic release.
This version of pydantic-ai might be problematic. Click here for more details.
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/PKG-INFO +4 -4
- pydantic_ai-1.0.8/tests/models/cassettes/test_openai_responses/test_openai_responses_streaming_usage.yaml +113 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_openai_responses.py +34 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_ag_ui.py +18 -19
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_history_processor.py +353 -48
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/.gitignore +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/LICENSE +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/Makefile +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/README.md +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/pyproject.toml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/__init__.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/assets/dummy.pdf +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/assets/kiwi.png +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/assets/marcelo.mp3 +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/assets/product_name.txt +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/assets/small_video.mp4 +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_complex_agent_run.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_complex_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_complex_agent_run_stream_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_iter.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_iter_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_override_deps_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_override_tools_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_run.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_run_in_workflow_with_toolsets.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_run_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_run_sync.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_run_sync_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_with_dataclass_deps_as_dict.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_with_hitl_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_with_hitl_tool_sync.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_with_model_retry.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_with_non_dict_deps.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_agent_with_unserializable_deps_type.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_dbos_model_stream_direct.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_multiple_agents.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_dbos/test_simple_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_agent_with_server_not_running.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_agent_with_stdio_server.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_audio_resource.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_audio_resource_link.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_dict.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_error.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_image.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_image_resource.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_image_resource_link.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_multiple_items.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_none.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_str.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_text_resource.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_mcp/test_tool_returning_text_resource_link.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[anthropic].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[bedrock].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[cohere].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[gemini].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[google].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[groq].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[mistral].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_settings/test_stop_settings[openai].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_complex_agent_run.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_complex_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_complex_agent_run_stream_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_logfire_plugin.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_multiple_agents.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_simple_agent_run_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_iter.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_override_deps_in_workflow.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_run.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_run_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_run_sync.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_sync_tool_activity_disabled.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_with_dataclass_deps_as_dict.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_with_hitl_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_with_model_retry.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_with_non_dict_deps.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/cassettes/test_temporal/test_temporal_agent_with_unserializable_deps_type.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/conftest.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/__init__.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_dataset.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_evaluator_base.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_evaluator_common.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_evaluator_context.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_evaluator_spec.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_evaluators.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_llm_as_a_judge.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_otel.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_render_numbers.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_reporting.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_reports.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/test_utils.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/evals/utils.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/example_modules/README.md +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/example_modules/bank_database.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/example_modules/fake_database.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/example_modules/mcp_server.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/example_modules/weather_service.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/ext/__init__.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/ext/test_langchain.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/graph/__init__.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/graph/test_file_persistence.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/graph/test_graph.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/graph/test_mermaid.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/graph/test_persistence.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/graph/test_state.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/graph/test_utils.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/import_examples.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/json_body_serializer.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/mcp_server.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/__init__.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_code_execution_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_model_empty_message_on_history.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_redacted.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_redacted_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_model_thinking_part_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_server_tool_pass_history_to_another_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_server_tool_receive_history_from_another_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_tool_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_tool_with_thinking.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_web_search_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_anthropic_web_search_tool_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_document_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_extra_headers.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_image_url_input_invalid_mime_type.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_multiple_parallel_tool_calls.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_anthropic/test_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_anthropic_tool_with_thinking.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_empty_system_prompt.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_anthropic_model_without_tools.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_guardrail_config.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_iter_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_max_tokens.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_other_parameters.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_performance_config.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_retry.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_structured_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_anthropic.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_deepseek.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_redacted.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_redacted_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_thinking_part_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_model_top_p.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_bedrock_multiple_documents_in_history.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_text_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_video_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_bedrock/test_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_cohere/test_cohere_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_cohere/test_cohere_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_cohere/test_request_simple_success_with_vcr.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_deepseek/test_deepseek_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_deepseek/test_deepseek_model_thinking_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_download_item/test_download_item_application_octet_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_download_item/test_download_item_audio_mpeg.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_download_item/test_download_item_no_content_type.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_additional_properties_is_false.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_additional_properties_is_true.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_drop_exclusive_maximum.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_exclusive_minimum_and_maximum.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_native_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_prompted_output_with_tools.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_tool_config_any_with_tool_without_args.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_tool_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_gemini_youtube_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_labels_are_ignored_with_gla_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_video_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini/test_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_labels.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[AudioUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[AudioUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[DocumentUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[DocumentUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[ImageUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[ImageUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[VideoUrl (YouTube)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[VideoUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input[VideoUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_gemini_vertex/test_url_input_force_download.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_builtin_tools_with_other_tools.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_builtin_code_execution_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_code_execution_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_empty_assistant_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_empty_user_prompt.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_iter_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_max_tokens.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_multiple_documents_in_history.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_receive_web_search_history_from_another_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_retry.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_safety_settings.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_server_tool_receive_history_from_another_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_structured_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_text_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_thinking_config.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_top_p.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_url_context_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_usage_limit_exceeded.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_usage_limit_not_exceeded.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_vertex_labels.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_vertex_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_video_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_video_as_binary_content_input_with_vendor_metadata.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_video_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_web_search_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_model_youtube_video_url_input_with_vendor_metadata.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_native_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_prompted_output_with_tools.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_timeout.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_tool_config_any_with_tool_without_args.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_tool_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[AudioUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[AudioUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[DocumentUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[DocumentUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[ImageUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[ImageUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[VideoUrl (YouTube)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[VideoUrl (gs)].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input[VideoUrl].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_url_input_force_download.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_google/test_google_vertexai_model_usage_limit_exceeded.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_extra_headers.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_groq_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_groq_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_groq_model_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_groq_model_web_search_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_groq_native_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_groq_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_tool_regular_error.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_tool_use_failed_error.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_groq/test_tool_use_failed_error_streaming.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_hf_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_hf_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_hf_model_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_max_completion_tokens[Qwen-Qwen2.5-72B-Instruct].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_max_completion_tokens[deepseek-ai-DeepSeek-R1-0528].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_max_completion_tokens[meta-llama-Llama-3.3-70B-Instruct].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_request_simple_success_with_vcr.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_request_simple_usage.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_simple_completion.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_huggingface/test_stream_completion.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_mistral/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_mistral/test_mistral_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_mistral/test_mistral_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_mistral/test_mistral_model_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_model_names/test_known_model_names.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_audio_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_compatible_api_with_tool_calls_without_id.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_document_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_document_as_binary_content_input_with_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_extra_headers.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_image_url_tool_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_invalid_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_max_completion_tokens[gpt-4.5-preview].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_max_completion_tokens[gpt-4o-mini].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_max_completion_tokens[o3-mini].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_multiple_agent_tool_calls.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_audio_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_instructions_with_tool_calls_keep_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_model_cerebras_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_model_cerebras_provider_harmony.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_model_cerebras_provider_qwen_3_coder.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_model_settings_temperature_ignored_on_gpt_5.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_model_without_system_prompt.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_native_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_o1_mini_system_role[developer].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_o1_mini_system_role[system].yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_tool_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_web_search_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_web_search_tool_model_not_supported.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_openai_web_search_tool_with_user_location.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_reasoning_model_with_temperature.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_system_prompt_role_o1_mini.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_text_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_user_id.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai/test_valid_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_audio_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_image_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_image_as_binary_content_tool_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_native_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_native_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_previous_response_id.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_previous_response_id_auto_mode.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_code_execution_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_code_execution_tool_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_document_as_binary_content_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_image_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_builtin_tools.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_http_error.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_instructions.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_retry.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_simple_response.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_simple_response_with_tool_call.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_thinking_part.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_with_invalid_region.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_model_web_search_tool_with_user_location.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_output_type.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_reasoning_effort.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_reasoning_generate_summary.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_stream.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_system_prompt.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_text_document_url_input.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_part_from_other_model.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_part_iter.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_with_modified_history.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_thinking_with_tool_calls.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_openai_responses_verbosity.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_prompted_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_prompted_output_multiple.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_reasoning_model_with_temperature.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_text_output_function.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/cassettes/test_openai_responses/test_tool_output.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/mock_async_stream.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/mock_openai.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_anthropic.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_bedrock.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_cohere.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_deepseek.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_download_item.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_fallback.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_gemini.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_gemini_vertex.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_google.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_groq.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_huggingface.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_instrumented.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_mcp_sampling.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_mistral.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_model.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_model_function.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_model_names.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_model_request_parameters.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_model_settings.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_model_test.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/models/test_openai.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/parts_from_messages.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/__init__.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_azure/test_azure_provider_call.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_anthropic.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_google_vertex.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_groq.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_openai.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_gateway/test_gateway_provider_with_openai_responses.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_google_vertex/test_vertexai_provider.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_heroku/test_heroku_model_provider_claude_3_7_sonnet.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/cassettes/test_openrouter/test_openrouter_with_google_model.yaml +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_anthropic.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_azure.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_bedrock.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_cerebras.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_cohere.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_deepseek.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_fireworks.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_gateway.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_github.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_google_gla.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_google_vertex.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_grok.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_groq.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_heroku.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_huggingface.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_litellm.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_mistral.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_moonshotai.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_ollama.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_openai.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_openrouter.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_provider_names.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_together.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/providers/test_vercel.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_a2a.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_agent.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_builtin_tools.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_cli.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_dbos.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_deps.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_direct.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_examples.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_format_as_xml.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_json_body_serializer.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_live.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_logfire.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_mcp.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_messages.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_parts_manager.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_settings.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_streaming.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_temporal.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_tenacity.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_thinking_part.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_tools.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_toolsets.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_usage_limits.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/test_utils.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/tests/typed_agent.py +0 -0
- {pydantic_ai-1.0.7 → pydantic_ai-1.0.8}/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.8
|
|
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.8
|
|
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.8; extra == 'dbos'
|
|
35
35
|
Provides-Extra: examples
|
|
36
|
-
Requires-Dist: pydantic-ai-examples==1.0.
|
|
36
|
+
Requires-Dist: pydantic-ai-examples==1.0.8; extra == 'examples'
|
|
37
37
|
Description-Content-Type: text/markdown
|
|
38
38
|
|
|
39
39
|
<div align="center">
|
|
@@ -0,0 +1,113 @@
|
|
|
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
|
+
- '509'
|
|
12
|
+
content-type:
|
|
13
|
+
- application/json
|
|
14
|
+
host:
|
|
15
|
+
- api.openai.com
|
|
16
|
+
method: POST
|
|
17
|
+
parsed_body:
|
|
18
|
+
include:
|
|
19
|
+
- reasoning.encrypted_content
|
|
20
|
+
input:
|
|
21
|
+
- content: Calculate 100 * 200 / 3
|
|
22
|
+
role: user
|
|
23
|
+
model: gpt-5
|
|
24
|
+
previous_response_id: null
|
|
25
|
+
reasoning:
|
|
26
|
+
effort: low
|
|
27
|
+
summary: null
|
|
28
|
+
service_tier: flex
|
|
29
|
+
stream: true
|
|
30
|
+
tool_choice: required
|
|
31
|
+
tools:
|
|
32
|
+
- description: The final response which ends this conversation
|
|
33
|
+
name: final_result
|
|
34
|
+
parameters:
|
|
35
|
+
additionalProperties: false
|
|
36
|
+
properties:
|
|
37
|
+
result:
|
|
38
|
+
type: integer
|
|
39
|
+
required:
|
|
40
|
+
- result
|
|
41
|
+
type: object
|
|
42
|
+
strict: true
|
|
43
|
+
type: function
|
|
44
|
+
uri: https://api.openai.com/v1/responses
|
|
45
|
+
response:
|
|
46
|
+
body:
|
|
47
|
+
string: |+
|
|
48
|
+
event: response.created
|
|
49
|
+
data: {"type":"response.created","sequence_number":0,"response":{"id":"resp_0050471a34b36ae60068c97b94a480819587a9d70cf2979b33","object":"response","created_at":1758034836,"status":"in_progress","background":false,"error":null,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"previous_response_id":null,"prompt_cache_key":null,"reasoning":{"effort":"low","summary":null},"safety_identifier":null,"service_tier":"flex","store":true,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"required","tools":[{"type":"function","description":"The final response which ends this conversation","name":"final_result","parameters":{"properties":{"result":{"type":"integer"}},"required":["result"],"type":"object","additionalProperties":false},"strict":true}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}}}
|
|
50
|
+
|
|
51
|
+
event: response.in_progress
|
|
52
|
+
data: {"type":"response.in_progress","sequence_number":1,"response":{"id":"resp_0050471a34b36ae60068c97b94a480819587a9d70cf2979b33","object":"response","created_at":1758034836,"status":"in_progress","background":false,"error":null,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[],"parallel_tool_calls":true,"previous_response_id":null,"prompt_cache_key":null,"reasoning":{"effort":"low","summary":null},"safety_identifier":null,"service_tier":"flex","store":true,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"required","tools":[{"type":"function","description":"The final response which ends this conversation","name":"final_result","parameters":{"properties":{"result":{"type":"integer"}},"required":["result"],"type":"object","additionalProperties":false},"strict":true}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":null,"user":null,"metadata":{}}}
|
|
53
|
+
|
|
54
|
+
event: response.output_item.added
|
|
55
|
+
data: {"type":"response.output_item.added","sequence_number":2,"output_index":0,"item":{"id":"rs_0050471a34b36ae60068c97bac4dcc819595fd0f80d6b3c405","type":"reasoning","encrypted_content":"gAAAAABoyXusnBzv6TRLFFsi09D2XC4A5Jod6AOAtsnxA4Vdp6sHIAr4B0UwlKwAdOwh-Lx6LtdwrxGK9-64xzLSiVyDZTHI2ewjcegYQjmLApeFswgysedxnp-xpg0o_ExbRq4EOryL4mKU3rgWLXwzpZiieNjZfj3YVssoRfunu4jEjbCsShYB5Yds4l_NhtihPKQt9-ZddhhPCKZCagD2bxm1gLCj6h_nIJBK97ouF647Y6UiN-ulfgRn4jebwh5sHZvAwEP6AHFIjCImqt-17NBsmur1fHG3jDMS4Trsp-4k7cS6ikmEiq46v6J39wfHuFAtjAT9Eu-lna2ZhBWvjRLMl26H-d03pwFEIPmxQ5m8umIFr9WU5Y08b9HhjRI2Y_qEB2IKVvrZPS_K_HdWr0R8f4CUvCRz70siKMOivxjfUGjj2S2_k59VMx1nO3QpbZdgY85e4W_tEIpfsy9Tt1pSz5JW4VeFN73PbgLpbVzdyfbS0W7LpE2huyTSxuEkoBtHsBtrB503mpZ2ENZpEtQCC6pmn0T5Fear7IyaJ-W3gTNRKdA4OQ6m5k1qTMlAMxm6m1OOUHR5IvfNHENfT46N9ln1Kwl-Xibm0T9ZFg4UPyJ-CLrJow7Jf-Txl8DN2O_dbIf4n9W0GD1mx43eRO47bRWY9FrAsXTOxx0j-pY-mHqMLb7hgXiojLiShikJRhXDvJewCaHOLXh394v9VM8pd0IaxPrCatRT3a7H3vDdL9sXzy5NOdRBPtdbu7U4VqgpC6SHmoCoV0_ac_AKONO_54w2Xrn8Iks5rp6T8YkU2e0bPTA=","summary":[]}}
|
|
56
|
+
|
|
57
|
+
event: response.output_item.done
|
|
58
|
+
data: {"type":"response.output_item.done","sequence_number":3,"output_index":0,"item":{"id":"rs_0050471a34b36ae60068c97bac4dcc819595fd0f80d6b3c405","type":"reasoning","encrypted_content":"gAAAAABoyXvxI6jwG5j6rvTGC7PD6JN5758K-WDlzFQrn5EAe9CCcavF0ItJhqYu6mn8VIXPmvr2mX_RbxtYP02DhGnNq9EOqfhxHNk2BYcVYI7ZixE6EcAWxD3bZ77Fr7x6oGK0utd0gboN1tCnxlf_bsjYIpbqFetSNqWnmvjzH6HI-mPqePUxUIXGc1lwgU1AfNxqzn0L0qhlMzNsuCMjP5DT7kH-xmyz_CeYYVEGdUTvAePFFYbeaEMJIfN6j5E66IQzbTZG3nu9yBSE4No9AggB0QJq4hDnC2SbTxtNpBP_8z6A61aC7NHWoEP1MSnDKvSzXMF9_wcnzDKjGkHv7IBjB38STOiTV6nHXbvAaFYpdfMmXdtbtZXlC0iAUROKQx_ZjkMOxSsFM2LKELbm7KdRF_Jt6clSTtckAzq8EAx_oi6EQkreeFd7FawljvBy49qULSSQ5W079KMUYbnoU9rt9ZCOchmqb6uRmfhrSu2HkMBkgtQSpASMtU-aZLCvbW-wESUeW7k67-Ax16frB3L9s4cxp30noFcgU6DEhQTJ50ztAMrikcGWkITQMo3ikj5Wne8UYHyuC-e6fiuq1jb8aoF0AelTRULbvcC6fjXuwesuyJwOi48imN_oLc_YsXTUEjuj3s9VGPQFwhCirW5wsgY2EvCJRjYNMYLNC5LaDJly319KRhM53JOyTM1y1R_-6mR2nDaZsuSlzH2ABZ_eowurIrWf2ndc1DKkyecdaqU7Lz7nJbVNCeWn8Uqwn2Ab5iIYBQwR74-d8K4IukQI5OsgvJF5DOj2LSfai5RGOKG9QkvNDxxpayszg6XkASBrzg7wppBfNAau_4HxBNG-4LN9iKOD9VyRR7OJgucgk_0_LSqVM_KpL64N8TCl5AH6PUxvKfMVxxlO8G42jgxEyWk1MhcII56O8avSX613zpwi6iatVDw98K9MTPO88F808T39M-306w2boEU4xBqmKzaGjI0blGkxA-si2fsluKAo_fdOKA_k6EftNbwr7ZsBv4HhWx3bFlErf444LSb8U5iOLwHwDHyI0mBljsmy-nsr3LV73aP5yAT7lDzAkYLnz6XTqQb5yxySVy9U9p6iQs8zfbbEDJUizwnpu2BTi01-GLsbzAczujviD6HokKBbjIK2a1DYsNp0UYJV0u6aH1HbuXnF3cRUBKjNGFdX1iyvyh2OnaxzkWBjAB9H9tMQKugmx6QgUmIahJTPjBzvuGOOfD1HhRhDMS8A_AKx2u06y_w9Eu6CTG9n3UbjzUYcYn437GV6pmwKphOxZGGVz7Z-rQCkN0_jirw-X5e_2dIbLYxG61HxOi-1K-6Hjc1mdu9qqWgbTmhvH7u7ofqraOURFa3312tRtyVBfkahC4m7eaquW_xnC1ROMYPgEFyZnrr0WVpfj4L9Q56FnCG-aGOPgcvL4saXncRN6-MMyUt-szmlqDjWOOrSH75zhISLPNCphda5kY1bMzLYYN0MQBOpCEVw6rm2OHwSl2xapM_OnimL4acpmvEHBfMs_IybatZKuoD11Amjpa2xTINfTNHmqWIETDFn2-EWcG94ZznRKRJwqN5AVl92SN-X24hfS4Tjjl2mtaV1v6aT4lD7CQOdwa_ZrkR7_VN0HUYpXr0p6eATWra028Nce5nGN2teVu0gawtj1ZtrNrY7G60uSIwCZrd3pa3ecqUhRuFJMVmi_NuKO5YNhZoehxJJ172YHjeAJmNGs4J045TyflCOBiXVHF9vlBOKpQJnn4LKwEeVm3WAPapFhId_pUBd3Il-TMjJHRGEpnk23IAcwVuZJjusGtbxaOyHsEIFvuW65nRlU1CpMsChEMw9raVR_4QUyCul3OBbk-KuAuZMGkUE_i22ZbzKikLIhIIneOLD7Rj7bsTGzjsrTOba5VDLMzrySawHK4w0QRqq_V_JznRDES4zQd7ISmHDCTVwNTc8_RPfPEFfTQZ7mosOcpw9zIzqQQb6CTL6CuH7amQoG15SjjwZ3sFaKRzsA6karlPGCfiF-vhau9Aqk4VN_F0n7z0RFhTmzle9TOvz-GC-pHGDKJRYk8WAuw5vvzUcCVZqOQRzYO40PPJrV8Az2FhOlLn9VPb1AtLHpfkk_OrA7Zx8ogaiUcmDqLhqZneB81QVg-H2nYNhA2k7HENdTsq-9Hy88vmcIcK23IefBBqDbyroRXk2ShZQJwAqp5SsC35pEB3Epbc5WTDPYAmykqlyyEUFJGLrRDaTWsGEGdyOSpZY8sgadxc_DkMOonvi11eQ5aeqf02pYKSBLhJ7sODX5tv4zPr5nVd7Rkpqain1-t7SHr_XXfJbcXf9Ly8T4a1LEwzDWxHD_ms_jFs8aZx0LdWHTSUxzU6Y4b-2pJpU3aQg1lqfR3MwEewRCo1JGC2NL9xjcGRO90vo6dLxy5PD7xugyi0C9CjdVkoPIje1NZEn9GU7IJkeHnqsL8osMFYz9K-eK_YziGKJ0idLOiYiYjxOfhFqo65xgVq41s0lLojK0E5nr7HB4MfAK5XCRJQ-3nZamNhpeYHPQot3usVHbsE7Xn2oxYJf1AAgzJyiC9BJpM04_cfUod8grihaB7qNRbp7V0MPEOiNpxAb1bFHs1oGOY-Xt1-dTZ3duIRs-XsQ8oWyEzMkMnZ7_ZndMfLZ_IMys9pz3mRFTJbaGmwfgBMb29ut4OQgsVDuKrTgJgfnWqVq_DY0kJ0t-t1Ue_VR9ZD9vv441Ut-4vvw7XR9WPLlxsVu1rEovk_Ragb-tj_zTzToeeJfjf_fmEx09Jl4Yliuhfa47_sbtIcOXMUqOGOYBzWvXzxJtDBorz0T-QxeqhmoPH87ogfJnGIn-NhDxjNO7N7kPzWys5PwXTP5i-0iy9x4KJHTxj7zRvx30dv0ABCGbrLqOcf6gibDZogP235FTl2swex8-hRdXgZ3lkbPnS_xaotdtiGmaZJWvpBLFTT0uLM8O0dmDOWcB9k0R_A7UDqTWcOnTyW11cnPTopGbf4ykqtILwfE1qt44kTruTqGOZWjkRQzbKtm4V0QKVMliBCLl0XOc_bFv2zUF4HEsquh3kbWwfLK1zXaiiFxCukkKi7hNSlYvIpW8t2ZYQWn6CpgUSW840HnOV4MbBUx_r9Kz2W449XU7J4T9awvsmRqjio0mhfq12qVnIIK4URzlotpdYJYf3k1qBrvR2tFXv2DTwkYBTh5cDY6BzRD_8f8fiwOSSfYuFDUeLaJQdkZFAqPryp1tbMDCQ_59qVTTHOqSsWUqTDRIxxHTJGhmxLf-OZeZh_tnUcLGEv5hJsAYlG9seGGyL6MkoAaELM7xR4ds9KYttvGmdBExIZyAazH7AZpMLz84IJocbC0mjO-YdpI2vz6zpOgSJB9N2AVlrl2qhZMZNUOJlfbS7hSjps8UnCrwsqcgrCB7s2F1I_gIo04hjf89u_7yjfNwu20erI_fl_L81-bbzhV4g7p1YGs4CMgGYOQ2-vZWWVdb6f-p3iuo45HaH_AcLM469fTARMM82mz-hW0GfJe2UMJLluS3RD5QTOuxcTlEFAXCcswLLR08JqPu3FdXQYmNnlvgjP-m2zqZFeYvAY7kVUgXmqMinqZbDGR6BsQ_4N17aXNtzQshAsh5Td3oq_jcVWCwgxWwwzCuJewo-0MuXnITxKR-pD9oPSpmMZwz2_ckb6KWJ4Emz0Reei6_4hM8243oKQVsuZGTUdSlV7pF-Hki3G3ZLvEXnwpmJvG-Rjhzgz_2OdO9sLbiMM_2wlF34XFzuxoDsDjPKy_QOL-rzooGR_JEeFNCJUrIuNoDOObbS3vYwGkLXMWfi6rZfaseFcAqsNbj2D4rjZYn3aLDit6A7e5ztUnIVgXKYQko02bg-rk3VE=","summary":[]}}
|
|
59
|
+
|
|
60
|
+
event: response.output_item.added
|
|
61
|
+
data: {"type":"response.output_item.added","sequence_number":4,"output_index":1,"item":{"id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","type":"function_call","status":"in_progress","arguments":"","call_id":"call_CWXgs68YprAjp6t0371hiPOI","name":"final_result"}}
|
|
62
|
+
|
|
63
|
+
event: response.function_call_arguments.delta
|
|
64
|
+
data: {"type":"response.function_call_arguments.delta","sequence_number":5,"item_id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","output_index":1,"delta":"{\"","obfuscation":"tWyV55lwoZZb30"}
|
|
65
|
+
|
|
66
|
+
event: response.function_call_arguments.delta
|
|
67
|
+
data: {"type":"response.function_call_arguments.delta","sequence_number":6,"item_id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","output_index":1,"delta":"result","obfuscation":"mRkNTL8Pk5"}
|
|
68
|
+
|
|
69
|
+
event: response.function_call_arguments.delta
|
|
70
|
+
data: {"type":"response.function_call_arguments.delta","sequence_number":7,"item_id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","output_index":1,"delta":"\":","obfuscation":"ZZEL3XQ2AJHkvm"}
|
|
71
|
+
|
|
72
|
+
event: response.function_call_arguments.delta
|
|
73
|
+
data: {"type":"response.function_call_arguments.delta","sequence_number":8,"item_id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","output_index":1,"delta":"666","obfuscation":"zDNXNlG4LUXlw"}
|
|
74
|
+
|
|
75
|
+
event: response.function_call_arguments.delta
|
|
76
|
+
data: {"type":"response.function_call_arguments.delta","sequence_number":9,"item_id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","output_index":1,"delta":"6","obfuscation":"hqxWHXWP4pyBSkv"}
|
|
77
|
+
|
|
78
|
+
event: response.function_call_arguments.delta
|
|
79
|
+
data: {"type":"response.function_call_arguments.delta","sequence_number":10,"item_id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","output_index":1,"delta":"}","obfuscation":"OgrI1veEOjkSUsC"}
|
|
80
|
+
|
|
81
|
+
event: response.function_call_arguments.done
|
|
82
|
+
data: {"type":"response.function_call_arguments.done","sequence_number":11,"item_id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","output_index":1,"arguments":"{\"result\":6666}"}
|
|
83
|
+
|
|
84
|
+
event: response.output_item.done
|
|
85
|
+
data: {"type":"response.output_item.done","sequence_number":12,"output_index":1,"item":{"id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","type":"function_call","status":"completed","arguments":"{\"result\":6666}","call_id":"call_CWXgs68YprAjp6t0371hiPOI","name":"final_result"}}
|
|
86
|
+
|
|
87
|
+
event: response.completed
|
|
88
|
+
data: {"type":"response.completed","sequence_number":13,"response":{"id":"resp_0050471a34b36ae60068c97b94a480819587a9d70cf2979b33","object":"response","created_at":1758034836,"status":"completed","background":false,"error":null,"incomplete_details":null,"instructions":null,"max_output_tokens":null,"max_tool_calls":null,"model":"gpt-5-2025-08-07","output":[{"id":"rs_0050471a34b36ae60068c97bac4dcc819595fd0f80d6b3c405","type":"reasoning","encrypted_content":"gAAAAABoyXvynDJ_tG_Xp4Uzjn4eVm80xJOnBKO9KgQHl9ljdR14zUmFHR0SJht6kqaUAmSa5dEmTkm69qPeqetAHxFFjCQ7YadDak9q_xqNfJ1VZyVkD7cvNwLnurc_7N7OT2Jk5LfvzKPB-IEpFFbKBcmKhBx7cqcx5btzZFqoBvzpB775Gaz7_sabqCksTSO4iMvm0AZ0B1ZjuYwlnFiTT1YCgURE1CZj_LjfOQfBMAOnMjx_6OZNxVaY0r10IaGKgoRsi1XxjE6VOpNcjRjmGvRjhRvD5rhRFyZh6_nC1qBKn8KGtrzhHAj846JvEhYJeNBHckTa1zCYxHzaMbR8KNpO7DziMdaG4ZmIwxfIjSAjpdAmfrvrx1vbMCnY-EX50vEXzJIL9fZw2UqJPMUI4FqbD0T10uzi9Gjkl67o9yYMnYqBAAaDg9lozHMOI5qqBKkiFqz_uDYCSDmquxSpmWmPcVYuSvVyNUmYH-iO2RGmilre4Sk_TkHYIfA7pGyLiIIFpcF-p8zKhIMXNMhUaZlOY99tP7VPJqVu1GhTf8bnjQUvGtP-IpbuI8D9-GUitP16nDN7OjwKbC-pWLpoONsCe1Qat6R0MmbBVAvU80-9SimsTT_mwggHpnZr4ovEPZs-uPstaO9OZ1cIZfHMxIDWBg3BINeEGuDxxcB-R7WLDgs1f-wEzjscuJ8RHbz2t1xdvaLIBcvprDiKMTAJdQxhENF6BnLkkwQMNksMQSWaKL28ElqtwGi8u92Y01bPS7canqR9damAm9KyKLzXHWpbIN2cF1tHQ79-jBthjZO_eTFWkiCmD0nvzAteFkUJW93HkohdxepTmrk7QIJS6ePSSmLhMNf8IqBIKPTblSU6aFGGSkZrkAkm-zP3HIXBaJ8D4LL_cawe70qVslb1DezEtkEFb8kpen8Up_9zeb2lNDazOWxFKsLjBiWmaoCguWXUvcShHfqKRdcorTukyLC9DgDjHiHGQ-y326tDqF0ygIHtnvZwRc-bJk9b9jjHizE0SqMsvpq5PeeuWFEYFm_RMndoRvYkxZJWQDHI3SA4rPggmPzdnN_u07NgBNvjR4Ng3g_niWfaTu5h1PB7ug_6mdEpxHKyF4kwEZ7nKBCxwB7Z3hKKuMHwn0U0NupCqrGD8UVd1SVjb55eLefDJloAfrLqpNEYS7wwh-wBzq5A0xn6WhPNMLNhypSKM3zBZ8jFKQ1Y8L2erVM9D9t3EfkCo6EKSVOWQbnaTix-BCdDMrl3lBPR5Vk4Wby7Mjrk8_AH8P_vr9z9KCq6WGHfMa_ztEPqaAifqzPLGxcoKbk1dfugsIpiVDphUJC3On52eq698IrATH3G6Rdsste5xBoWTClKTGpHBPo2mrZnIVJvL_nduK9_1GuYc51R6d5rP5pwYS8A2O7fiWV2DD4TZwgJKDWRwOoCRO9BemC8DuAigLlk78YA278smSK2-4MkvGnp8jUCVtPJQ3NYvVERHw41ZWvvn_55OxvU0H08qzg_ErHAKLRTV62ZxDKX5jpNWb_qAVOq5WB9SAnikKmrZmxV1Nkuvm8Zi88yJwjvCd9FmsD7K7PJBDZX1V9QI0kucrnBZRnLQ_Lb-KA3iWNzNQsmvjqoeYt12UXOvFZHXyX-0djskbeWam9PKZ95kCK5C8DaAeGTSEA8pLhiLOvqHoZAxhHN1CNs6yL_vYeGmqVQ6EOqaDY8HdVD3WsBUwOdsRWMYJ3-uC6ijNy9rr7j3SwfGA7E1IkUUn6C1t9N1B05seUIkIFLty4_AKkBa5f_8U0Nd-Fj6hh5B6i0feLwc6NLKXNjSf1-qrAxv-vu_Fjq7k79Bkk-zTlFBYVEdEhPyZ7v1ayU1W7BzD-qVlkDxZ-3ZIVxGAVlTtzN_VpurQaGDyxYxEFgcODMbQ-8_gKImAQdg3e-8CYkLvBTgVzAt92k30Skkj3hNkX-AGm_lVs6wjBBkcfsGsJm43OTtXmaBcGEPJQp2k3gjXQhaMXJEzDuwgJng-mV-8akxufqrKVY6jdxvdgEPkrVukrbzVQ4IlsLtqInmcPIFuqWmLo4rSP1wUMtC_P_9r9vBts3f1TL_4Ioy7_4uUACtWiyE29XPVcgRMXO_urKQrPvFU69e7Dj0KVZbNYhJhTSLZibqzwtOdr6fRWWhrRshp9ohjhgA8_WTloc4VyE83CXK6VdJD-YJbJcHf_3p3DyMUS38ZzA9IcNBk78dIV4HgKaC537krtqNf9Xjg4272_4kfJ9md2X3hrHBUotfhGkfZVKRF9eqW5YqnU2x3w0xd2aUihWoevpcAvpKutTPRnl3vXMIK-3v7giAYJU4qVaehksaVR0fivvLqju3aC14VOGnBPWbvaqWU7Om_vD5neiOvbuDOWPRkkHWc_WOUfyusFORGQHjT1-DuqEexxmsQdF1XIpT2T_UZ6o0dN3OIjHWZyBLRfHXCBT-9x19Fcw11Y6LB51I5jDv1GzRxfOkvQz0x3Tf9Nrj0RD5R-4o7L1rpko83szMzLGcYgi1mxQGFagP8jdGrwb40HV0Kv4T0xkPhBjw-8ifINUG-7skSHbslrzvOD_I02lG-l6N6_py_jhws9L47H3zcM11tvFl1c9Aavyk_UwxFfj4xFSyeKMV1nwRKu2e8Knx98M-iL5xZrb63BaiFzfdX4jSdjQChgcn2v8jnvweccWEjdpgh7gd2xG48CHEo6UOEKzLwJOJuyTtqo1qMpos16ks3wVtlgAqqQdtDHDJbHpBSKn6yWjVY3XvNQfbiQP0KnNqOlVLGeOyXl9lkjaWfSt7dC39X-lZbzC-JuA-iQXaGBoGtVK4Xfnl_kMLrJLEZcp5BGscQObtrcOfIybiRXIZaisIRfoCLP3_6MdzCN5E81Hf_dU7SDHArz67zAvHDIKQktcJfN7GCW17ZjV5Ss3gXJXpJXghrMqMpe_buGYFIUdcjYCU7kGJq4NezA3yMEISv1_5a0ZAsvh1F6SmaG0sMHi8_1-Cg3gUywxkZ6iHjNK1ZEtUS6_yK7OmgF3PPK9OwumqblCgaa6mvhuydoGnOWhQrmcd9YntICMaLEbog_gJzxpoLFgK3x0FEO_G6ge_xO6KDe3wvDs-NbZJZYiqScyGkjv3bsXbJ_XCVMi72DZ5G0sKfYB2w4RceObWHcHvY3u3Q-B-O5P15bily3kw-vntjFwDyVL9ZrFULMvj8h3HPBFD9UzgYzbweER1pymdRnQ5iDp0CdelRRoBnQk4S2mhGNRhjRoyqS2e0RF3cUlsNKT9gbmanJgrhdWp6Vzj7SZWuiQj0LFevurXxFJburJzgVkBCngMJc0FV46M4b1na1nIam3MQvt8hedCAJlP266fIlefhsCkePtZ9AqiP-EfPU5g17oWKdD-X2YN2j-vP_AYVoNVSb296O3-sld7LvpLItO3y09__C4QzvNPDAfEn-XAFm7iVHwCzMLTqPe_9m1w6IGWh-Al5i5tuCg6nleKreF1hOii0BXvHlcZYdy48sm34vDZAflTKmwA9pz8P7rzY3ERtfYi3AL8aiaPXqmofNCz_nyT0X6y_ZngXCilExDuFVByp_-QKJvDroO6SczK_BORgApGIrdK2ruu7JYtvtpMzd5peyco5TOJrKxWKbDCNj9APhAU7QfTplCzDFcZaP0pKO75EWAXN42CRc7sbx3vMLsdF8XgUsnJ_AdpXP52e-Aljy9ySpCOHqD9NdGad5WrPXX5X86pMyCtZ9P210AGsiuhxE1OMW3ILv9GxXRJ8d6R3mPsOPt71emlKtPY00NXF4Zzea98c1M4BVGoT4-dXDeCkp6nwxvM-mjDNp2XkxqfU0jtow8oh5Z7tHZFpUOsuy7TT1eSG6g0TLaxAwkaFdVIh2lKDw=","summary":[]},{"id":"fc_0050471a34b36ae60068c97bf19d9c819590eaf42c0edc1042","type":"function_call","status":"completed","arguments":"{\"result\":6666}","call_id":"call_CWXgs68YprAjp6t0371hiPOI","name":"final_result"}],"parallel_tool_calls":true,"previous_response_id":null,"prompt_cache_key":null,"reasoning":{"effort":"low","summary":null},"safety_identifier":null,"service_tier":"flex","store":true,"temperature":1.0,"text":{"format":{"type":"text"},"verbosity":"medium"},"tool_choice":"required","tools":[{"type":"function","description":"The final response which ends this conversation","name":"final_result","parameters":{"properties":{"result":{"type":"integer"}},"required":["result"],"type":"object","additionalProperties":false},"strict":true}],"top_logprobs":0,"top_p":1.0,"truncation":"disabled","usage":{"input_tokens":53,"input_tokens_details":{"cached_tokens":0},"output_tokens":469,"output_tokens_details":{"reasoning_tokens":448},"total_tokens":522},"user":null,"metadata":{}}}
|
|
89
|
+
|
|
90
|
+
headers:
|
|
91
|
+
alt-svc:
|
|
92
|
+
- h3=":443"; ma=86400
|
|
93
|
+
connection:
|
|
94
|
+
- keep-alive
|
|
95
|
+
content-type:
|
|
96
|
+
- text/event-stream; charset=utf-8
|
|
97
|
+
openai-organization:
|
|
98
|
+
- pydantic-28gund
|
|
99
|
+
openai-processing-ms:
|
|
100
|
+
- '255'
|
|
101
|
+
openai-project:
|
|
102
|
+
- proj_dKobscVY9YJxeEaDJen54e3d
|
|
103
|
+
openai-version:
|
|
104
|
+
- '2020-10-01'
|
|
105
|
+
strict-transport-security:
|
|
106
|
+
- max-age=31536000; includeSubDomains; preload
|
|
107
|
+
transfer-encoding:
|
|
108
|
+
- chunked
|
|
109
|
+
status:
|
|
110
|
+
code: 200
|
|
111
|
+
message: OK
|
|
112
|
+
version: 1
|
|
113
|
+
...
|
|
@@ -1937,3 +1937,37 @@ async def test_openai_responses_thinking_with_modified_history(allow_model_reque
|
|
|
1937
1937
|
),
|
|
1938
1938
|
]
|
|
1939
1939
|
)
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
async def test_openai_responses_streaming_usage(allow_model_requests: None, openai_api_key: str):
|
|
1943
|
+
class Result(BaseModel):
|
|
1944
|
+
result: int
|
|
1945
|
+
|
|
1946
|
+
agent = Agent(
|
|
1947
|
+
model=OpenAIResponsesModel('gpt-5', provider=OpenAIProvider(api_key=openai_api_key)),
|
|
1948
|
+
model_settings=OpenAIResponsesModelSettings(
|
|
1949
|
+
openai_reasoning_effort='low',
|
|
1950
|
+
openai_service_tier='flex',
|
|
1951
|
+
),
|
|
1952
|
+
output_type=Result,
|
|
1953
|
+
)
|
|
1954
|
+
|
|
1955
|
+
async with agent.iter('Calculate 100 * 200 / 3') as run:
|
|
1956
|
+
async for node in run:
|
|
1957
|
+
if Agent.is_model_request_node(node):
|
|
1958
|
+
async with node.stream(run.ctx) as response_stream:
|
|
1959
|
+
async for _ in response_stream:
|
|
1960
|
+
pass
|
|
1961
|
+
assert response_stream.get().usage == snapshot(
|
|
1962
|
+
RequestUsage(input_tokens=53, output_tokens=469, details={'reasoning_tokens': 448})
|
|
1963
|
+
)
|
|
1964
|
+
assert response_stream.usage() == snapshot(
|
|
1965
|
+
RunUsage(input_tokens=53, output_tokens=469, details={'reasoning_tokens': 448}, requests=1)
|
|
1966
|
+
)
|
|
1967
|
+
assert run.usage() == snapshot(RunUsage(requests=1))
|
|
1968
|
+
assert run.usage() == snapshot(
|
|
1969
|
+
RunUsage(input_tokens=53, output_tokens=469, details={'reasoning_tokens': 448}, requests=1)
|
|
1970
|
+
)
|
|
1971
|
+
assert run.usage() == snapshot(
|
|
1972
|
+
RunUsage(input_tokens=53, output_tokens=469, details={'reasoning_tokens': 448}, requests=1)
|
|
1973
|
+
)
|
|
@@ -28,6 +28,7 @@ from pydantic_ai.messages import (
|
|
|
28
28
|
SystemPromptPart,
|
|
29
29
|
TextPart,
|
|
30
30
|
ToolCallPart,
|
|
31
|
+
ToolReturn,
|
|
31
32
|
ToolReturnPart,
|
|
32
33
|
UserPromptPart,
|
|
33
34
|
)
|
|
@@ -163,24 +164,22 @@ async def send_snapshot() -> StateSnapshotEvent:
|
|
|
163
164
|
)
|
|
164
165
|
|
|
165
166
|
|
|
166
|
-
async def send_custom() ->
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
),
|
|
183
|
-
]
|
|
167
|
+
async def send_custom() -> ToolReturn:
|
|
168
|
+
return ToolReturn(
|
|
169
|
+
return_value='Done',
|
|
170
|
+
metadata=[
|
|
171
|
+
CustomEvent(
|
|
172
|
+
type=EventType.CUSTOM,
|
|
173
|
+
name='custom_event1',
|
|
174
|
+
value={'key1': 'value1'},
|
|
175
|
+
),
|
|
176
|
+
CustomEvent(
|
|
177
|
+
type=EventType.CUSTOM,
|
|
178
|
+
name='custom_event2',
|
|
179
|
+
value={'key2': 'value2'},
|
|
180
|
+
),
|
|
181
|
+
],
|
|
182
|
+
)
|
|
184
183
|
|
|
185
184
|
|
|
186
185
|
def uuid_str() -> str:
|
|
@@ -785,7 +784,7 @@ async def test_tool_local_multiple_events() -> None:
|
|
|
785
784
|
'type': 'TOOL_CALL_RESULT',
|
|
786
785
|
'messageId': IsStr(),
|
|
787
786
|
'toolCallId': tool_call_id,
|
|
788
|
-
'content': '
|
|
787
|
+
'content': 'Done',
|
|
789
788
|
'role': 'tool',
|
|
790
789
|
},
|
|
791
790
|
{'type': 'CUSTOM', 'name': 'custom_event1', 'value': {'key1': 'value1'}},
|