mirascope 1.25.2__tar.gz → 1.25.4__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.
- {mirascope-1.25.2 → mirascope-1.25.4}/PKG-INFO +1 -1
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_extract_tool_return.py +2 -2
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/mcp/_utils.py +6 -1
- {mirascope-1.25.2 → mirascope-1.25.4}/pyproject.toml +1 -1
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_extract_tool_return.py +13 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/mcp/test_client.py +3 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/uv.lock +1 -1
- {mirascope-1.25.2 → mirascope-1.25.4}/.claude/settings.local.json +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/CODEOWNERS +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/ISSUE_TEMPLATE/question.yml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/workflows/lint.yml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/workflows/release.yml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.github/workflows/tests.yml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.gitignore +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.pre-commit-config.yaml +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.vscode/extensions.json +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.vscode/launch.json +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/.vscode/settings.json +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/LICENSE +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/README.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/anthropic/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/anthropic/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/anthropic/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/anthropic/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/anthropic/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/anthropic/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/anthropic/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/azure/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/azure/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/azure/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/azure/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/azure/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/azure/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/azure/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/call_factory.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/merge_decorators.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/message_param.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/metadata.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/prompt.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/structured_stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/toolkit.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/base/types.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/bedrock/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/bedrock/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/bedrock/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/bedrock/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/bedrock/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/bedrock/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/bedrock/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/cohere/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/cohere/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/cohere/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/cohere/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/cohere/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/cohere/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/cohere/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/costs/calculate_cost.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/google/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/google/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/google/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/google/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/google/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/google/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/google/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/groq/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/groq/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/groq/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/groq/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/groq/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/groq/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/groq/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/litellm/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/litellm/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/litellm/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/litellm/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/litellm/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/litellm/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/litellm/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/mistral/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/mistral/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/mistral/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/mistral/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/mistral/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/mistral/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/mistral/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/openai/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/openai/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/openai/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/openai/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/openai/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/openai/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/openai/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/xai/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/xai/call_params.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/xai/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/xai/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/xai/dynamic_config.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/xai/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/core/xai/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/llm/call.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/llm/call_response.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/llm/call_response_chunk.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/llm/context.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/llm/override.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/llm/stream.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/llm/tool.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/mcp/client.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/retries/fallback.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/retries/tenacity.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/tools/system/docker_operation.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/tools/system/file_system.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/tools/web/duckduckgo.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/tools/web/httpx.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/tools/web/parse_url_content.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/api_ref/tools/web/requests.md +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/realtime/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/realtime/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/realtime/_utils/_audio.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/realtime/_utils/_protocols.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/realtime/realtime.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/realtime/recording.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/openai/realtime/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/chunkers/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/chunkers/base_chunker.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/chunkers/text_chunker.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/document.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/embedders.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/embedding_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/embedding_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/query_results.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/vectorstore_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/base/vectorstores.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/chroma/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/chroma/types.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/chroma/vectorstores.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/cohere/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/cohere/embedders.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/cohere/embedding_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/cohere/embedding_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/cohere/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/openai/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/openai/embedders.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/openai/embedding_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/openai/embedding_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/openai/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/pinecone/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/pinecone/types.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/pinecone/vectorstores.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/weaviate/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/weaviate/types.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/beta/rag/weaviate/vectorstores.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_thinking.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_get_credential.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_call_factory.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_create.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_extract.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_extract_with_tools.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_partial.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_base_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_base_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_convert_function_to_base_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_convert_messages_to_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_convert_provider_finish_reason_to_finish_reason.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_default_tool_docstring.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_fn_is_async.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_format_template.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_audio_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_common_usage.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_document_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_dynamic_configuration.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_fields_from_call_args.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_fn_args.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_image_dimensions.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_image_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_metadata.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_possible_user_message_param.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_prompt_template.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_template_values.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_template_variables.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_is_prompt_template.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_json_mode_content.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_messages_decorator.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_parse_content_template.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_parse_prompt_messages.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_pil_image_to_bytes.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_protocols.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/_utils/_setup_extract_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/from_call_args.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/merge_decorators.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/message_param.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/messages.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/metadata.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/prompt.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/response_model_config_dict.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/stream_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/structured_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/toolkit.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/base/types.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_types.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/bedrock/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_types.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/cohere/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_anthropic_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_azure_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_bedrock_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_cohere_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_gemini_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_google_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_groq_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_litellm_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_mistral_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_openai_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_vertex_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/_xai_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/costs/calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/gemini/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/_utils/_validate_media_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/google/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/groq/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/litellm/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/mistral/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/openai/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_call_kwargs.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/vertex/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/_utils/_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/dynamic_config.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/xai/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/experimental/graphs/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/experimental/graphs/finite_state_machine.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/_middleware_factory.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/langfuse/_utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/langfuse/_with_langfuse.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/logfire/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/logfire/_utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/logfire/_with_logfire.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/otel/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/otel/_utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/otel/_with_hyperdx.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/otel/_with_otel.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/integrations/tenacity.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/_context.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/_override.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/_protocols.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/_response_metaclass.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/llm/tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/mcp/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/mcp/client.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/mcp/server.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/mcp/tools.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/py.typed +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/retries/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/retries/fallback.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/retries/tenacity.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/base.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/system/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/system/_docker_operation.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/system/_file_system.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/web/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/web/_duckduckgo.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/web/_httpx.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/web/_parse_url_content.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/tools/web/_requests.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/anthropic.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/base/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/base/calls.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/base/extractors.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/base/ops_utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/base/prompts.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/base/types.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/base/utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/mirascope/v0/openai.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/conftest.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/anthropic/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/test_get_credential.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/azure/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_base_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_convert_function_to_base_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_convert_messages_to_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_format_template.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_audio_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_document_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_dynamic_configuration.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_fields_from_call_args.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_fn_args.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_image_dimensions.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_image_type.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_metadata.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_possible_user_message_param.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_prompt_template.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_template_values.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_template_variables.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_json_mode_content.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_message_decorator.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_parse_content_template.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_parse_prompt_messages.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_pil_image_to_bytes.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/_utils/test_setup_extract_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/conftest.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_call_factory.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_create.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_extract.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_extract_with_tools.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_merge_decorators.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_partial.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_prompt.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_structured_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/base/test_toolkit.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/conftest.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/bedrock/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/cohere/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_anthropic_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_azure_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_bedrock_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_calculation_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_cohere_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_gemini_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_google_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_groq_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_mistral_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_openai_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_vertex_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/costs/test_xai_calculate_cost.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/gemini/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/google/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/groq/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/litellm/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/litellm/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/litellm/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/litellm/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/litellm/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/mistral/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/openai/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/vertex/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/xai/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/xai/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/xai/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/xai/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/core/xai/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/langfuse/test_utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/langfuse/test_with_langfuse.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/logfire/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/logfire/test_utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/logfire/test_with_logfire.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/otel/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/otel/test_utils.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/otel/test_with_hyperdx.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/otel/test_with_otel.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/integrations/test_middleware_factory.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_call.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_call_response.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_call_response_chunk.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_context.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_override.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_response_metaclass.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_stream.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/llm/test_tool.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/mcp/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/mcp/test_server.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/retries/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/retries/test_fallback.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/retries/test_tenacity.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/test_base.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/test_docker_operation_toolkit.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/test_filesystem_toolkit.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/web/__init__.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/web/test_duckduckgo.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/web/test_httpx.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/web/test_parse_url_content.py +0 -0
- {mirascope-1.25.2 → mirascope-1.25.4}/tests/tools/web/test_requests.py +0 -0
|
@@ -26,8 +26,8 @@ def extract_tool_return(
|
|
|
26
26
|
json_output.encode(),
|
|
27
27
|
partial_mode="trailing-strings" if allow_partial else "off",
|
|
28
28
|
)
|
|
29
|
-
if isinstance(json_output, str)
|
|
30
|
-
else json_output
|
|
29
|
+
if json_output and isinstance(json_output, str)
|
|
30
|
+
else json_output or {}
|
|
31
31
|
)
|
|
32
32
|
if is_base_type(response_model):
|
|
33
33
|
temp_model = convert_base_type_to_base_tool(response_model, BaseModel)
|
|
@@ -241,7 +241,12 @@ def create_tool_from_mcp_tool(tool: MCPTool) -> type[BaseTool]:
|
|
|
241
241
|
|
|
242
242
|
fields[field_name] = (field_type, Field(**field_info))
|
|
243
243
|
|
|
244
|
-
return create_model(
|
|
244
|
+
return create_model(
|
|
245
|
+
snake_to_pascal(tool.name),
|
|
246
|
+
__base__=BaseTool,
|
|
247
|
+
__doc__=tool.description,
|
|
248
|
+
**fields,
|
|
249
|
+
)
|
|
245
250
|
|
|
246
251
|
|
|
247
252
|
@asynccontextmanager
|
|
@@ -87,3 +87,16 @@ def test_extract_tool_return_parse_array_with_fields_from_call_args() -> None:
|
|
|
87
87
|
assert isinstance(list_model.root, list)
|
|
88
88
|
assert len(list_model.root) == 1
|
|
89
89
|
assert list_model.root[0].title == "The Name of the Wind"
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
def test_extract_tool_return_partial_empty_string() -> None:
|
|
93
|
+
"""Testts the `extract_tool_return` function when partial returns an empty string."""
|
|
94
|
+
|
|
95
|
+
class Book(BaseModel):
|
|
96
|
+
title: str
|
|
97
|
+
author: str
|
|
98
|
+
|
|
99
|
+
book = extract_tool_return(Book, "", allow_partial=True, fields_from_call_args={})
|
|
100
|
+
assert isinstance(book, Book)
|
|
101
|
+
assert book.title is None
|
|
102
|
+
assert book.author is None
|
|
@@ -188,6 +188,7 @@ def test_build_object_type_full():
|
|
|
188
188
|
def test_create_model_from_tool_extra():
|
|
189
189
|
tool = Tool(
|
|
190
190
|
name="extra_tool",
|
|
191
|
+
description="A tool for testing",
|
|
191
192
|
inputSchema={
|
|
192
193
|
"type": "object",
|
|
193
194
|
"properties": {
|
|
@@ -205,6 +206,8 @@ def test_create_model_from_tool_extra():
|
|
|
205
206
|
instance = Model(req_arr=[1, 2, 3]) # pyright: ignore [reportCallIssue]
|
|
206
207
|
assert instance.req_arr == [1, 2, 3] # pyright: ignore [reportAttributeAccessIssue]
|
|
207
208
|
assert instance.opt_str is _UNSET # pyright: ignore [reportAttributeAccessIssue]
|
|
209
|
+
assert instance._name() == snake_to_pascal(tool.name)
|
|
210
|
+
assert instance._description() == tool.description
|
|
208
211
|
|
|
209
212
|
|
|
210
213
|
def test_convert_prompt_message_all_content_types():
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_convert_common_call_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_convert_message_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/anthropic/_utils/_message_param_converter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_convert_common_call_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_convert_message_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mirascope-1.25.2 → mirascope-1.25.4}/mirascope/core/azure/_utils/_message_param_converter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|