mirascope 1.25.0__tar.gz → 1.25.2__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/.github/ISSUE_TEMPLATE/config.yml +5 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/PKG-INFO +1 -1
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_convert_message_params.py +25 -7
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/langfuse/_utils.py +1 -1
- {mirascope-1.25.0 → mirascope-1.25.2}/pyproject.toml +1 -1
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/langfuse/test_utils.py +1 -1
- {mirascope-1.25.0 → mirascope-1.25.2}/uv.lock +1 -1
- mirascope-1.25.0/.github/ISSUE_TEMPLATE/config.yml +0 -5
- mirascope-1.25.0/.github/workflows/label_issues.yml +0 -19
- {mirascope-1.25.0 → mirascope-1.25.2}/.claude/settings.local.json +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.github/CODEOWNERS +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.github/ISSUE_TEMPLATE/question.yml +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.github/workflows/lint.yml +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.github/workflows/release.yml +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.github/workflows/tests.yml +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.gitignore +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.pre-commit-config.yaml +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.vscode/extensions.json +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.vscode/launch.json +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/.vscode/settings.json +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/LICENSE +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/README.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/anthropic/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/anthropic/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/anthropic/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/anthropic/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/anthropic/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/anthropic/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/anthropic/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/azure/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/azure/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/azure/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/azure/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/azure/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/azure/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/azure/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/call_factory.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/merge_decorators.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/message_param.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/metadata.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/prompt.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/structured_stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/toolkit.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/base/types.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/bedrock/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/bedrock/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/bedrock/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/bedrock/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/bedrock/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/bedrock/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/bedrock/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/cohere/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/cohere/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/cohere/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/cohere/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/cohere/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/cohere/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/cohere/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/costs/calculate_cost.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/google/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/google/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/google/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/google/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/google/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/google/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/google/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/groq/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/groq/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/groq/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/groq/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/groq/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/groq/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/groq/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/litellm/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/litellm/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/litellm/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/litellm/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/litellm/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/litellm/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/litellm/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/mistral/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/mistral/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/mistral/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/mistral/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/mistral/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/mistral/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/mistral/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/openai/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/openai/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/openai/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/openai/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/openai/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/openai/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/openai/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/xai/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/xai/call_params.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/xai/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/xai/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/xai/dynamic_config.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/xai/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/core/xai/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/llm/call.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/llm/call_response.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/llm/call_response_chunk.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/llm/context.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/llm/override.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/llm/stream.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/llm/tool.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/mcp/client.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/retries/fallback.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/retries/tenacity.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/tools/system/docker_operation.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/tools/system/file_system.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/tools/web/duckduckgo.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/tools/web/httpx.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/tools/web/parse_url_content.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/api_ref/tools/web/requests.md +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/realtime/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/realtime/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/realtime/_utils/_audio.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/realtime/_utils/_protocols.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/realtime/realtime.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/realtime/recording.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/openai/realtime/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/chunkers/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/chunkers/base_chunker.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/chunkers/text_chunker.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/document.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/embedders.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/embedding_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/embedding_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/query_results.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/vectorstore_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/base/vectorstores.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/chroma/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/chroma/types.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/chroma/vectorstores.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/cohere/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/cohere/embedders.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/cohere/embedding_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/cohere/embedding_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/cohere/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/openai/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/openai/embedders.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/openai/embedding_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/openai/embedding_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/openai/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/pinecone/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/pinecone/types.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/pinecone/vectorstores.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/weaviate/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/weaviate/types.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/beta/rag/weaviate/vectorstores.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_thinking.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_get_credential.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/azure/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_call_factory.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_create.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_extract.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_extract_with_tools.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_partial.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_base_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_base_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_convert_function_to_base_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_convert_messages_to_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_convert_provider_finish_reason_to_finish_reason.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_default_tool_docstring.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_extract_tool_return.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_fn_is_async.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_format_template.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_audio_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_common_usage.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_document_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_dynamic_configuration.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_fields_from_call_args.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_fn_args.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_image_dimensions.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_image_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_metadata.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_possible_user_message_param.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_prompt_template.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_template_values.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_template_variables.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_is_prompt_template.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_json_mode_content.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_messages_decorator.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_parse_content_template.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_parse_prompt_messages.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_pil_image_to_bytes.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_protocols.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/_utils/_setup_extract_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/from_call_args.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/merge_decorators.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/message_param.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/messages.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/metadata.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/prompt.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/response_model_config_dict.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/stream_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/structured_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/toolkit.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/base/types.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_types.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/bedrock/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_types.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/cohere/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_anthropic_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_azure_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_bedrock_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_cohere_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_gemini_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_google_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_groq_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_litellm_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_mistral_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_openai_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_vertex_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/_xai_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/costs/calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/gemini/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_validate_media_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/groq/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/litellm/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/mistral/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/openai/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_call_kwargs.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/vertex/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/_utils/_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/dynamic_config.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/xai/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/experimental/graphs/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/experimental/graphs/finite_state_machine.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/_middleware_factory.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/langfuse/_with_langfuse.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/logfire/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/logfire/_utils.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/logfire/_with_logfire.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/otel/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/otel/_utils.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/otel/_with_hyperdx.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/otel/_with_otel.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/integrations/tenacity.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/_context.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/_override.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/_protocols.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/_response_metaclass.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/llm/tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/mcp/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/mcp/_utils.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/mcp/client.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/mcp/server.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/mcp/tools.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/py.typed +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/retries/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/retries/fallback.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/retries/tenacity.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/base.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/system/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/system/_docker_operation.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/system/_file_system.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/web/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/web/_duckduckgo.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/web/_httpx.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/web/_parse_url_content.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/tools/web/_requests.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/anthropic.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/base/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/base/calls.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/base/extractors.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/base/ops_utils.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/base/prompts.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/base/types.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/base/utils.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/mirascope/v0/openai.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/conftest.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/anthropic/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/test_get_credential.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/azure/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_base_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_convert_function_to_base_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_convert_messages_to_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_extract_tool_return.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_format_template.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_audio_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_document_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_dynamic_configuration.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_fields_from_call_args.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_fn_args.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_image_dimensions.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_image_type.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_metadata.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_possible_user_message_param.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_prompt_template.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_template_values.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_template_variables.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_json_mode_content.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_message_decorator.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_parse_content_template.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_parse_prompt_messages.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_pil_image_to_bytes.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/_utils/test_setup_extract_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/conftest.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_call_factory.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_create.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_extract.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_extract_with_tools.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_merge_decorators.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_partial.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_prompt.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_structured_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/base/test_toolkit.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/conftest.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/bedrock/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/cohere/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_anthropic_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_azure_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_bedrock_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_calculation_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_cohere_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_gemini_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_google_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_groq_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_mistral_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_openai_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_vertex_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/costs/test_xai_calculate_cost.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/gemini/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/google/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/groq/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/litellm/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/litellm/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/litellm/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/litellm/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/litellm/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/mistral/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/openai/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/_utils/test_get_json_output.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/_utils/test_handle_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/vertex/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/xai/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/xai/_utils/test_setup_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/xai/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/xai/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/core/xai/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/langfuse/test_with_langfuse.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/logfire/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/logfire/test_utils.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/logfire/test_with_logfire.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/otel/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/otel/test_utils.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/otel/test_with_hyperdx.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/otel/test_with_otel.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/integrations/test_middleware_factory.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_call.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_call_response.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_call_response_chunk.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_context.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_override.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_response_metaclass.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_stream.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/llm/test_tool.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/mcp/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/mcp/test_client.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/mcp/test_server.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/retries/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/retries/test_fallback.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/retries/test_tenacity.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/test_base.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/test_docker_operation_toolkit.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/test_filesystem_toolkit.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/web/__init__.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/web/test_duckduckgo.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/web/test_httpx.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/web/test_parse_url_content.py +0 -0
- {mirascope-1.25.0 → mirascope-1.25.2}/tests/tools/web/test_requests.py +0 -0
{mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/google/_utils/_convert_message_params.py
RENAMED
|
@@ -89,7 +89,10 @@ async def _convert_message_params_async(
|
|
|
89
89
|
converted_content.append(PartDict(inline_data=blob_dict))
|
|
90
90
|
image_size = len(part.image)
|
|
91
91
|
total_payload_size += image_size
|
|
92
|
-
if
|
|
92
|
+
if (
|
|
93
|
+
_over_file_size_limit(total_payload_size)
|
|
94
|
+
and not client.vertexai
|
|
95
|
+
):
|
|
93
96
|
must_upload[index] = blob_dict
|
|
94
97
|
total_payload_size -= image_size
|
|
95
98
|
elif part.type == "image_url":
|
|
@@ -115,7 +118,10 @@ async def _convert_message_params_async(
|
|
|
115
118
|
converted_content.append(PartDict(inline_data=blob_dict))
|
|
116
119
|
image_size = len(downloaded_image)
|
|
117
120
|
total_payload_size += image_size
|
|
118
|
-
if
|
|
121
|
+
if (
|
|
122
|
+
_over_file_size_limit(total_payload_size)
|
|
123
|
+
and not client.vertexai
|
|
124
|
+
):
|
|
119
125
|
must_upload[index] = blob_dict
|
|
120
126
|
total_payload_size -= image_size
|
|
121
127
|
elif part.type == "audio":
|
|
@@ -129,7 +135,10 @@ async def _convert_message_params_async(
|
|
|
129
135
|
converted_content.append(PartDict(inline_data=blob_dict))
|
|
130
136
|
audio_size = len(audio_data)
|
|
131
137
|
total_payload_size += audio_size
|
|
132
|
-
if
|
|
138
|
+
if (
|
|
139
|
+
_over_file_size_limit(total_payload_size)
|
|
140
|
+
and not client.vertexai
|
|
141
|
+
):
|
|
133
142
|
must_upload[index] = blob_dict
|
|
134
143
|
total_payload_size -= audio_size
|
|
135
144
|
elif part.type == "audio_url":
|
|
@@ -155,7 +164,10 @@ async def _convert_message_params_async(
|
|
|
155
164
|
converted_content.append(PartDict(inline_data=blob_dict))
|
|
156
165
|
audio_size = len(downloaded_audio)
|
|
157
166
|
total_payload_size += audio_size
|
|
158
|
-
if
|
|
167
|
+
if (
|
|
168
|
+
_over_file_size_limit(total_payload_size)
|
|
169
|
+
and not client.vertexai
|
|
170
|
+
):
|
|
159
171
|
must_upload[index] = blob_dict
|
|
160
172
|
total_payload_size -= audio_size
|
|
161
173
|
elif part.type == "document":
|
|
@@ -164,7 +176,10 @@ async def _convert_message_params_async(
|
|
|
164
176
|
converted_content.append(PartDict(inline_data=blob_dict))
|
|
165
177
|
document_size = len(part.document)
|
|
166
178
|
total_payload_size += document_size
|
|
167
|
-
if
|
|
179
|
+
if (
|
|
180
|
+
_over_file_size_limit(total_payload_size)
|
|
181
|
+
and not client.vertexai
|
|
182
|
+
):
|
|
168
183
|
must_upload[index] = blob_dict
|
|
169
184
|
total_payload_size -= document_size
|
|
170
185
|
elif part.type == "document_url":
|
|
@@ -218,7 +233,10 @@ async def _convert_message_params_async(
|
|
|
218
233
|
converted_content.append(PartDict(inline_data=blob_dict))
|
|
219
234
|
document_size = len(downloaded_document)
|
|
220
235
|
total_payload_size += document_size
|
|
221
|
-
if
|
|
236
|
+
if (
|
|
237
|
+
_over_file_size_limit(total_payload_size)
|
|
238
|
+
and not client.vertexai
|
|
239
|
+
):
|
|
222
240
|
must_upload[index] = blob_dict
|
|
223
241
|
total_payload_size -= document_size
|
|
224
242
|
except ValueError as e:
|
|
@@ -233,7 +251,7 @@ async def _convert_message_params_async(
|
|
|
233
251
|
f"Part provided: {part.type}"
|
|
234
252
|
)
|
|
235
253
|
|
|
236
|
-
if must_upload:
|
|
254
|
+
if must_upload and not client.vertexai:
|
|
237
255
|
indices, blob_dicts = zip(*must_upload.items(), strict=True)
|
|
238
256
|
upload_tasks = [
|
|
239
257
|
client.aio.files.upload(
|
|
@@ -17,7 +17,7 @@ def test_get_call_response_observation() -> None:
|
|
|
17
17
|
mock_result.model = "test_model"
|
|
18
18
|
mock_result.messages = "test_messages"
|
|
19
19
|
mock_result.response = "test_response"
|
|
20
|
-
mock_result.
|
|
20
|
+
mock_result.content = "test_content"
|
|
21
21
|
mock_fn = MagicMock(__name__="mock_fn")
|
|
22
22
|
mock_fn._metadata = Metadata(tags={"tag1"})
|
|
23
23
|
call_response_observation = _utils._get_call_response_observation(
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
name: Label Issues
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
issues:
|
|
5
|
-
types:
|
|
6
|
-
- reopened
|
|
7
|
-
- opened
|
|
8
|
-
jobs:
|
|
9
|
-
label_issues:
|
|
10
|
-
runs-on: ubuntu-latest
|
|
11
|
-
permissions:
|
|
12
|
-
issues: write
|
|
13
|
-
steps:
|
|
14
|
-
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
|
|
15
|
-
env:
|
|
16
|
-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
17
|
-
GH_REPO: ${{ github.repository }}
|
|
18
|
-
NUMBER: ${{ github.event.issue.number }}
|
|
19
|
-
LABELS: mirascope
|
|
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.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_convert_common_call_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{mirascope-1.25.0 → mirascope-1.25.2}/mirascope/core/anthropic/_utils/_convert_message_params.py
RENAMED
|
File without changes
|
|
File without changes
|