mirascope 1.21.1__tar.gz → 1.21.3__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.21.1 → mirascope-1.21.3}/PKG-INFO +1 -1
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/CONTRIBUTING.md +9 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/WELCOME.md +3 -5
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/WHY.md +2 -4
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/engineers-should-handle-prompting-llms.md +1 -2
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-integration.md +1 -1
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-engineering-tools.md +1 -2
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/rag-llm-example.md +1 -1
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/async.md +3 -3
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/calls.md +12 -20
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/prompts.md +7 -7
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/response_models.md +1 -6
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/streams.md +11 -12
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/tools.md +1 -5
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/_setup_call.py +14 -2
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/tool.py +43 -32
- {mirascope-1.21.1 → mirascope-1.21.3}/mkdocs.yml +0 -16
- {mirascope-1.21.1 → mirascope-1.21.3}/pyproject.toml +1 -1
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/_utils/test_setup_call.py +77 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/test_tool.py +26 -2
- {mirascope-1.21.1 → mirascope-1.21.3}/uv.lock +1 -1
- mirascope-1.21.1/docs/api/core/gemini/call.md +0 -3
- mirascope-1.21.1/docs/api/core/gemini/call_params.md +0 -3
- mirascope-1.21.1/docs/api/core/gemini/call_response.md +0 -3
- mirascope-1.21.1/docs/api/core/gemini/call_response_chunk.md +0 -3
- mirascope-1.21.1/docs/api/core/gemini/dynamic_config.md +0 -3
- mirascope-1.21.1/docs/api/core/gemini/stream.md +0 -3
- mirascope-1.21.1/docs/api/core/gemini/tool.md +0 -3
- mirascope-1.21.1/docs/api/core/vertex/call.md +0 -3
- mirascope-1.21.1/docs/api/core/vertex/call_params.md +0 -3
- mirascope-1.21.1/docs/api/core/vertex/call_response.md +0 -3
- mirascope-1.21.1/docs/api/core/vertex/call_response_chunk.md +0 -3
- mirascope-1.21.1/docs/api/core/vertex/dynamic_config.md +0 -3
- mirascope-1.21.1/docs/api/core/vertex/stream.md +0 -3
- mirascope-1.21.1/docs/api/core/vertex/tool.md +0 -3
- mirascope-1.21.1/examples/learn/response_models/few_shot_examples/google/base_message_param.py +0 -30
- mirascope-1.21.1/examples/learn/response_models/few_shot_examples/google/messages.py +0 -27
- mirascope-1.21.1/examples/learn/response_models/few_shot_examples/google/shorthand.py +0 -25
- mirascope-1.21.1/examples/learn/response_models/few_shot_examples/google/string_template.py +0 -25
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/base_tool/google/base_message_param.py +0 -36
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/base_tool/google/messages.py +0 -36
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/base_tool/google/shorthand.py +0 -36
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/base_tool/google/string_template.py +0 -36
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/function/google/base_message_param.py +0 -43
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/function/google/messages.py +0 -43
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/function/google/shorthand.py +0 -43
- mirascope-1.21.1/examples/learn/tools/few_shot_examples/function/google/string_template.py +0 -43
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/CODEOWNERS +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/ISSUE_TEMPLATE/question.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/workflows/docs.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/workflows/label_issues.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/workflows/lint.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/workflows/release.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.github/workflows/tests.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.gitignore +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.pre-commit-config.yaml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.vscode/extensions.json +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.vscode/launch.json +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/.vscode/settings.json +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/LICENSE +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/README.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/CNAME +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/HELP.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/MIGRATE.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/anthropic/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/anthropic/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/anthropic/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/anthropic/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/anthropic/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/anthropic/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/anthropic/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/azure/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/azure/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/azure/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/azure/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/azure/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/azure/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/azure/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/call_factory.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/merge_decorators.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/message_param.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/metadata.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/prompt.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/structured_stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/toolkit.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/base/types.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/bedrock/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/bedrock/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/bedrock/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/bedrock/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/bedrock/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/bedrock/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/bedrock/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/cohere/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/cohere/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/cohere/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/cohere/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/cohere/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/cohere/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/cohere/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/costs/calculate_cost.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/google/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/google/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/google/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/google/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/google/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/google/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/google/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/groq/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/groq/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/groq/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/groq/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/groq/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/groq/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/groq/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/litellm/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/litellm/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/litellm/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/litellm/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/litellm/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/litellm/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/litellm/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/mistral/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/mistral/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/mistral/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/mistral/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/mistral/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/mistral/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/mistral/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/openai/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/openai/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/openai/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/openai/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/openai/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/openai/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/openai/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/xai/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/xai/call_params.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/xai/call_response.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/xai/call_response_chunk.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/xai/dynamic_config.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/xai/stream.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/core/xai/tool.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/integrations/langfuse.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/integrations/logfire.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/integrations/middleware.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/integrations/otel.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/integrations/tenacity.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/llm/call.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/tools/system/docker_operation.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/tools/system/file_system.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/tools/web/duckduckgo.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/tools/web/httpx.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/tools/web/parse_url_content.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/api/tools/web/requests.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/engineers-should-handle-prompting-llms/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/how-to-build-a-knowledge-graph/algorithmic-bias-kg.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/how-to-build-a-knowledge-graph/example-kg-diagram.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/how-to-make-a-chatbot/autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/how-to-make-a-chatbot/lilypad-screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/how-to-make-a-chatbot/type-hints.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/agentgpt_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/autogpt_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/flowise_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/griptape_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/guidance_github_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/haystack_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/humanloop_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/instructor_docs_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/llama_index_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/metagpt_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/mirascope_homepage_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/mirascope_response_autocomplete_suggestions.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-alternatives/priompt_github_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-prompt-template/langchain_invoke_dict_no_error.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-prompt-template/langchain_invoke_dict_runtime_error.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-prompt-template/mirascope_prompt_fn_autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-prompt-template/mirascope_prompt_fn_incorrect_type_error.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-prompt-template/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-rag/rag-pipeline-diagram.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-runnables/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-structured-output/mirascope_prompt_autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-structured-output/mirascope_prompt_missing_arg.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-structured-output/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-sucks/embedding_model_diagram.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-sucks/langchain_invoke_no_type_hints.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-sucks/mirascope_stream_type_hint.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langchain-sucks/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langfuse-integration/mirascope_langfuse_response_model_trace.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langfuse-integration/mirascope_langfuse_trace.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/langfuse-integration/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llamaindex-vs-langchain/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-agents/agent-diagram.jpg +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-agents/autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-agents/type-hints.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-applications/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-as-judge/autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-chaining/lilypad_editor_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-chaining/mirascope_autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-chaining/mirascope_type_hints.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/ask-marvin-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/autogen-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/control-flow-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/dify-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/haystack-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/langchain-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/llama-index-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/mirascope-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/msft-semantic-kernel-github.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/openai-stream-type-hint.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/orkes-homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-frameworks/prompt-template-autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-integration/lilypad_generation_details_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-integration/mirascope_autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-integration/mirascope_type_hints.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-orchestration/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-pipeline/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-pipeline/stages_of_rag_pipeline.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-prompt/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/autogen_github_page.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/botkit_github_page.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/crewai_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/helicone_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/langchain_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/milvus_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/ollama_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/open_llm_github_page.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/pinecone_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/rasa_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/llm-tools/vllm_github_page.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/mirascope-v1-release/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/openai-function-calling/function_calling_diagram.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/openai-function-calling/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-chaining/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-best-practices/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-best-practices/storylines_incorrect_input_arg.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-examples/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/agenta_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/guidance_github_page.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/haystack_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/langchain_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/priompt_github_page.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/prompt_hub_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-tools/promptmetheus_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-engineering-vs-fine-tuning/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-evaluation/lilypad_editor_screenshot.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-flow-vs-langchain/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-flow-vs-langchain/prompt-flow-visual.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-versioning/agenta_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-versioning/langsmith_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-versioning/og-image.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-versioning/pezzo_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/prompt-versioning/prompt_hub_homepage.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/rag-application/rag-app-diagram.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/rag-llm-example/rag-diagram.jpg +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/synthetic-data-generation/autocomplete.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/synthetic-data-generation/data-chart.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/blog/synthetic-data-generation/linting.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/brandmark.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/brandmark.svg +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/calls-type-hint.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/cloth-background.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/favicon.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/generating-synthetic-data-chart.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/langfuse-call.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/learn_flow.svg +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/logfire-response-model.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/assets/stream-attributes.png +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/.authors.yml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/index.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/advanced-prompt-engineering.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/how-to-build-a-knowledge-graph.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/how-to-make-a-chatbot.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/langchain-alternatives.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/langchain-prompt-template.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/langchain-rag.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/langchain-runnables.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/langchain-structured-output.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/langchain-sucks.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/langfuse-integration.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llamaindex-vs-langchain.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-agents.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-applications.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-as-judge.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-chaining.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-evaluation.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-frameworks.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-orchestration.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-pipeline.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-prompt.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/llm-tools.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/mirascope-v1-release.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/openai-function-calling.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-chaining.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-engineering-best-practices.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-engineering-examples.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-engineering-vs-fine-tuning.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-evaluation.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-flow-vs-langchain.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/prompt-versioning.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/rag-application.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/synthetic-data-generation.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/extra/tweaks.css +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/find_missing_snippets.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/generate_llms_txt.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/generate_provider_examples.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/hooks.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/index.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/integrations/hyperdx.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/integrations/langfuse.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/integrations/logfire.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/integrations/otel.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/agents.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/chaining.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/evals.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/extensions/custom_provider.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/extensions/middleware.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/index.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/json_mode.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/local_models.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/mcp/client.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/mcp/server.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/output_parsers.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/provider_specific_features/anthropic.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/provider_specific_features/openai.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/learn/retries.md +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/macros.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/overrides/home.html +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/overrides/main.html +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/plugins/griffe_doclinks.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/robots.txt +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/ruff.toml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/agents/blog_writing_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/agents/documentation_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/agents/local_chat_with_codebase.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/agents/localized_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/agents/qwant_search_agent_with_sources.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/agents/sql_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/agents/web_search_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/evals/evaluating_documentation_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/evals/evaluating_sql_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/evals/evaluating_web_search_agent.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/getting_started/dynamic_configuration_and_chaining.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/getting_started/quickstart.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/getting_started/structured_outputs.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/getting_started/tools_and_agents.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/langgraph_vs_mirascope/quickstart.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/code_generation_and_execution.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/document_segmentation.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/extract_from_pdf.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/extraction_using_vision.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/generating_captions.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/generating_synthetic_data.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/knowledge_graph.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/llm_validation_with_retries.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/named_entity_recognition.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/o1_style_thinking.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/pii_scrubbing.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/query_plan.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/removing_semantic_duplicates.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/search_with_sources.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/speech_transcription.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/support_ticket_routing.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/text_classification.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/text_summarization.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/more_advanced/text_translation.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/chain_of_verification.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/decomposed_prompting.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/demonstration_ensembling.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/diverse.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/least_to_most.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/mixture_of_reasoning.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/prompt_paraphrasing.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/reverse_chain_of_thought.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/self_consistency.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/self_refine.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/sim_to_m.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/skeleton_of_thought.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/step_back.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/chaining_based/system_to_attention.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/chain_of_thought.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/common_phrases.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/contrastive_chain_of_thought.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/emotion_prompting.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/plan_and_solve.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/rephrase_and_respond.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/rereading.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/role_prompting.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/self_ask.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/tabular_chain_of_thought.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/docs/tutorials/prompt_engineering/text_based/thread_of_thought.ipynb +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/fastapi/endpoint.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/hyperdx/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/langfuse/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/logfire/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/integrations/otel/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/human_in_the_loop/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/human_in_the_loop/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/human_in_the_loop/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/human_in_the_loop/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/provider_agnostic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/provider_agnostic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/provider_agnostic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/provider_agnostic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/state_management/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/streaming/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/streaming/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/streaming/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/streaming/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/tools/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/tools/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/tools/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/agents/tools/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/basic_usage/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/basic_usage/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/basic_usage/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/basic_usage/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/decorator/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/custom_client/dynamic_configuration/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/parallel/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/parallel/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/parallel/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/parallel/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/streams/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/streams/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/streams/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/streams/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/tools/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/tools/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/tools/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/async/tools/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/anthropic_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/azure_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/bedrock_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/cohere_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/google_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/groq_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/litellm_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/mistral_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/official_sdk/openai_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/basic_usage/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/call_params/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/call_params/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/call_params/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/call_params/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/dynamic_configuration/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/dynamic_configuration/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/dynamic_configuration/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/dynamic_configuration/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/error_handling/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/error_handling/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/error_handling/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/error_handling/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/xai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/xai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/xai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/multi_modal_outputs/xai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/overrides/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/overrides/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/overrides/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/overrides/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/xai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/xai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/xai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/basic_usage/xai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/xai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/xai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/xai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/decorator/xai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/anthropic_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/azure_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/bedrock_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/cohere_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/google_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/groq_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/litellm_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/mistral_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/openai_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/vertex_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/calls/provider_specific/custom_messages/xai_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/advanced_techniques/conditional_chaining.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/advanced_techniques/iterative_chaining.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/advanced_techniques/parallel_chaining.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/computed_fields/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/computed_fields/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/computed_fields/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/computed_fields/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/function_chaining/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/function_chaining/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/function_chaining/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/function_chaining/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/nested_chains/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/nested_chains/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/nested_chains/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/chaining/nested_chains/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/hardcoded/exact_match.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/hardcoded/recall_and_precision.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/hardcoded/regex.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/llm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/llm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/llm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/llm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/panel/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/panel/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/panel/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/evals/panel/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/basic_usage/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/basic_usage/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/basic_usage/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/basic_usage/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/error_handling/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/error_handling/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/error_handling/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/json_mode/error_handling/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/local_models/ollama.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/local_models/openai_compatibility/ollama.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/local_models/openai_compatibility/vllm.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/local_models/vllm.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/mcp/books.txt +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/mcp/client.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/mcp/server.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/mcp/server_decorators.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/middleware/with_saving.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/output_parsers/additional_examples/json_mode.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/output_parsers/additional_examples/regex.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/output_parsers/additional_examples/xml.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/output_parsers/basic_usage/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/output_parsers/basic_usage/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/output_parsers/basic_usage/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/output_parsers/basic_usage/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/chat_history/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/chat_history/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/chat_history/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/chat_history/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/computed_fields/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/computed_fields/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/computed_fields/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/computed_fields/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/format_specifiers/float_format/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/format_specifiers/float_format/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/format_specifiers/float_format/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/format_specifiers/float_format/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/format_specifiers/lists.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/format_specifiers/parts.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/format_specifiers/texts.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_line/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_line/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_line/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_line/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/pydub/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/pydub/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/pydub/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/pydub/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/wave/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/wave/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/wave/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/audio/wave/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/document/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/document/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/document/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/document/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/image/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/image/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/image/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multi_modal/image/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multiple_messages/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multiple_messages/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multiple_messages/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/multiple_messages/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/object_attribute_access/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/object_attribute_access/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/object_attribute_access/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/object_attribute_access/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/single_user_message/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/single_user_message/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/single_user_message/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/prompts/single_user_message/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/anthropic/caching/messages/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/anthropic/caching/messages/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/anthropic/caching/messages/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/anthropic/caching/messages/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/anthropic/caching/tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/realtime/audio_input_output_manually.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output_manually.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output_tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/realtime/text_input_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/realtime/text_input_output_dynamic_tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/realtime/text_input_output_tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/structured_outputs/response_model.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/provider_specific_features/openai/structured_outputs/tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/anthropic_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/azure_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/bedrock_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/cohere_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/google_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/groq_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/litellm_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/mistral_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/official_sdk/openai_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/basic_usage/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/builtin_types/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/builtin_types/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/builtin_types/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/builtin_types/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/few_shot_examples/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/few_shot_examples/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/few_shot_examples/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/few_shot_examples/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/from_call_args/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/from_call_args/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/from_call_args/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/from_call_args/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/json_mode/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/json_mode/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/json_mode/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/json_mode/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/streaming/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/streaming/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/streaming/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/streaming/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/validation/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/validation/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/validation/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/response_models/validation/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/calls/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/calls/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/calls/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/calls/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/error_reinsertion/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/error_reinsertion/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/error_reinsertion/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/error_reinsertion/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback_retries/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback_retries/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback_retries/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/fallback_retries/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/streams/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/streams/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/streams/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/streams/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/tools/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/tools/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/tools/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/retries/tools/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/basic_usage/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/basic_usage/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/basic_usage/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/basic_usage/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/error_handling/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/anthropic/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/anthropic/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/anthropic/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/anthropic/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/wave/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/wave/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/wave/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/google/wave/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/pydub/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/pydub/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/pydub/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/pydub/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/wave/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/wave/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/wave/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/groq/wave/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/pydub/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/pydub/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/pydub/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/pydub/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/wave/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/wave/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/wave/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/litellm/wave/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/pydub/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/pydub/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/pydub/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/pydub/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/wave/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/wave/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/wave/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/mistral/wave/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/openai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/openai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/openai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/openai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/pydub/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/pydub/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/pydub/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/pydub/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/wave/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/wave/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/wave/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/streams/multi_modal_outputs/xai/wave/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/base_tool/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/base_tool/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/base_tool/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/base_tool/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/function/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/function/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/function/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/function/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/anthropic_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/azure_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/bedrock_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/cohere_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/google_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/groq_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/litellm_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/mistral_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/basic_usage/official_sdk/openai_sdk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/base_tool/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/base_tool/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/base_tool/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/base_tool/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/function/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/function/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/function/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/few_shot_examples/function/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/base_tool/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/base_tool/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/base_tool/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/base_tool/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/function/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/function/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/function/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/parallel/function/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/base_tool/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/partial_tool_streams/function/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_toolkit/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_toolkit/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_toolkit/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_toolkit/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/basic_usage/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/basic_usage/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/basic_usage/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/basic_usage/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/custom_config/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/custom_config/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/custom_config/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/pre_made_tools/custom_config/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/base_tool/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/azure/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/azure/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/azure/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/azure/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/bedrock/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/bedrock/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/bedrock/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/bedrock/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/cohere/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/cohere/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/cohere/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/cohere/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/google/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/google/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/google/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/google/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/litellm/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/litellm/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/litellm/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/litellm/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/streams/function/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/base_tool/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/base_tool/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/base_tool/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/base_tool/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/converted.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/function/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/function/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/function/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/tool_message_params/function/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/toolkit/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/toolkit/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/toolkit/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/toolkit/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/base_tool/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/base_tool/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/base_tool/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/base_tool/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/function/base_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/function/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/function/shorthand.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/learn/tools/validation/function/string_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/examples/ruff.toml +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/realtime/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/realtime/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/realtime/_utils/_audio.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/realtime/_utils/_protocols.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/realtime/realtime.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/realtime/recording.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/openai/realtime/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/chunkers/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/chunkers/base_chunker.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/chunkers/text_chunker.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/document.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/embedders.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/embedding_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/embedding_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/query_results.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/vectorstore_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/base/vectorstores.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/chroma/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/chroma/types.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/chroma/vectorstores.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/cohere/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/cohere/embedders.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/cohere/embedding_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/cohere/embedding_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/cohere/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/openai/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/openai/embedders.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/openai/embedding_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/openai/embedding_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/openai/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/pinecone/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/pinecone/types.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/pinecone/vectorstores.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/weaviate/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/weaviate/types.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/beta/rag/weaviate/vectorstores.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/anthropic/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_get_credential.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/azure/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_call_factory.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_create.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_extract.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_extract_with_tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_partial.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_base_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_base_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_convert_function_to_base_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_convert_messages_to_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_convert_provider_finish_reason_to_finish_reason.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_default_tool_docstring.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_extract_tool_return.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_fn_is_async.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_format_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_audio_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_common_usage.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_document_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_dynamic_configuration.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_fields_from_call_args.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_fn_args.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_image_dimensions.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_image_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_metadata.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_possible_user_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_prompt_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_template_values.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_template_variables.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_is_prompt_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_json_mode_content.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_messages_decorator.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_parse_content_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_parse_prompt_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_pil_image_to_bytes.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_protocols.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/_utils/_setup_extract_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/from_call_args.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/merge_decorators.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/metadata.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/prompt.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/response_model_config_dict.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/stream_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/structured_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/toolkit.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/base/types.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_types.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/bedrock/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_types.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/cohere/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_anthropic_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_azure_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_bedrock_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_cohere_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_gemini_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_google_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_groq_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_litellm_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_mistral_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_openai_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_vertex_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/_xai_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/costs/calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/gemini/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/_utils/_validate_media_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/google/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/groq/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/litellm/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/mistral/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/openai/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_call_kwargs.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/vertex/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/_utils/_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/dynamic_config.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/core/xai/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/_middleware_factory.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/langfuse/_utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/langfuse/_with_langfuse.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/logfire/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/logfire/_utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/logfire/_with_logfire.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/otel/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/otel/_utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/otel/_with_hyperdx.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/otel/_with_otel.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/integrations/tenacity.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/_context.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/_override.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/_protocols.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/_response_metaclass.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/llm/tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/mcp/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/mcp/client.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/mcp/server.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/mcp/tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/py.typed +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/retries/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/retries/fallback.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/retries/tenacity.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/base.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/system/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/system/_docker_operation.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/system/_file_system.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/web/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/web/_duckduckgo.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/web/_httpx.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/web/_parse_url_content.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/tools/web/_requests.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/anthropic.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/base/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/base/calls.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/base/extractors.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/base/ops_utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/base/prompts.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/base/types.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/base/utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/mirascope/v0/openai.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/conftest.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/anthropic/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/test_get_credential.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/azure/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_base_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_convert_function_to_base_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_convert_messages_to_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_extract_tool_return.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_format_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_audio_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_document_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_dynamic_configuration.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_fields_from_call_args.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_fn_args.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_image_dimensions.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_image_type.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_metadata.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_possible_user_message_param.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_prompt_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_template_values.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_template_variables.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_json_mode_content.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_message_decorator.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_parse_content_template.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_parse_prompt_messages.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_pil_image_to_bytes.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/_utils/test_setup_extract_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/conftest.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_call_factory.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_create.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_extract.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_extract_with_tools.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_merge_decorators.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_partial.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_prompt.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_structured_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/base/test_toolkit.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/conftest.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/bedrock/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/cohere/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_anthropic_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_azure_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_bedrock_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_calculation_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_cohere_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_gemini_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_google_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_groq_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_mistral_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_openai_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_vertex_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/costs/test_xai_calculate_cost.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/gemini/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/google/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/groq/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/litellm/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/litellm/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/litellm/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/litellm/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/litellm/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/mistral/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/openai/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/_utils/test_get_json_output.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/_utils/test_handle_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/vertex/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/xai/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/xai/_utils/test_setup_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/xai/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/xai/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/core/xai/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/docs/test_generate_provider_examples.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/docs/test_missing_snippets.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/langfuse/test_utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/langfuse/test_with_langfuse.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/logfire/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/logfire/test_utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/logfire/test_with_logfire.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/otel/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/otel/test_utils.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/otel/test_with_hyperdx.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/otel/test_with_otel.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/integrations/test_middleware_factory.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_call.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_call_response.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_call_response_chunk.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_context.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_override.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_response_metaclass.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_stream.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/llm/test_tool.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/mcp/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/mcp/test_mcp_client.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/mcp/test_mcp_server.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/retries/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/retries/test_fallback.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/retries/test_tenacity.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/test_base.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/test_docker_operation_toolkit.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/test_filesystem_toolkit.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/web/__init__.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/web/test_duckduckgo.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/web/test_httpx.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/web/test_parse_url_content.py +0 -0
- {mirascope-1.21.1 → mirascope-1.21.3}/tests/tools/web/test_requests.py +0 -0
|
@@ -155,6 +155,15 @@ A few key things to note:
|
|
|
155
155
|
2. The API reference is generated automatically, but things like new modules still need to be included in the `docs/api` structure for generation to work.
|
|
156
156
|
3. The `docs/tutorials` are written as Jupyter notebooks that get converted into markdown. This conversion will happen on every save when running the server locally, which can make writing docs slow. We recommend setting `strict: false` and commenting out the `mkdocs-jupyter` plugin in `mkdocs.yml` to skip the conversion.
|
|
157
157
|
|
|
158
|
+
!!! tip "MacOS Users Will Need `cairo`
|
|
159
|
+
|
|
160
|
+
If you're developing using MacOS, you'll need to follow these steps:
|
|
161
|
+
|
|
162
|
+
1. `brew install cairo`
|
|
163
|
+
2. `export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"`
|
|
164
|
+
3. `export DYLD_LIBRARY_PATH="/usr/local/lib:/opt/homebrew/lib:$DYLD_LIBRARY_PATH"`
|
|
165
|
+
4. `source ~/.bash_profile`
|
|
166
|
+
|
|
158
167
|
## Testing
|
|
159
168
|
|
|
160
169
|
All changes to the codebase must be properly unit tested. If a change requires updating an existing unit test, make sure to think through if the change is breaking.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<a href="https://github.com/Mirascope/mirascope/blob/dev/LICENSE"><img src="https://img.shields.io/github/license/Mirascope/mirascope.svg" alt="License"/></a>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
|
-
Mirascope is a powerful, flexible, and user-friendly library that simplifies the process of working with LLMs through a unified interface that works across various supported providers, including [OpenAI](https://openai.com/), [Anthropic](https://www.anthropic.com/), [Mistral](https://mistral.ai/), [Gemini](https://
|
|
12
|
+
Mirascope is a powerful, flexible, and user-friendly library that simplifies the process of working with LLMs through a unified interface that works across various supported providers, including [OpenAI](https://openai.com/), [Anthropic](https://www.anthropic.com/), [Mistral](https://mistral.ai/), [Google (Gemini/Vertex)](https://googleapis.github.io/python-genai/), [Groq](https://groq.com/), [Cohere](https://cohere.com/), [LiteLLM](https://www.litellm.ai/), [Azure AI](https://azure.microsoft.com/en-us/solutions/ai), and [Bedrock](https://aws.amazon.com/bedrock/).
|
|
13
13
|
|
|
14
14
|
Whether you're generating text, extracting structured information, or developing complex AI-driven agent systems, Mirascope provides the tools you need to streamline your development process and create powerful, robust applications.
|
|
15
15
|
|
|
@@ -89,16 +89,14 @@ Make your first call to an LLM to extract the title and author of a book from th
|
|
|
89
89
|
```python hl_lines="19-38 43"
|
|
90
90
|
{% elif provider == "Mistral" %}
|
|
91
91
|
```python hl_lines="21-46 51"
|
|
92
|
-
{% elif provider == "
|
|
93
|
-
```python hl_lines="
|
|
92
|
+
{% elif provider == "Google" %}
|
|
93
|
+
```python hl_lines="20-60 65"
|
|
94
94
|
{% elif provider == "Cohere" %}
|
|
95
95
|
```python hl_lines="19-36 41"
|
|
96
96
|
{% elif provider == "LiteLLM" %}
|
|
97
97
|
```python hl_lines="16-37 42"
|
|
98
98
|
{% elif provider == "Azure AI" %}
|
|
99
99
|
```python hl_lines="26-46 51"
|
|
100
|
-
{% elif provider == "Vertex AI" %}
|
|
101
|
-
```python hl_lines="23-62 67"
|
|
102
100
|
{% else %}
|
|
103
101
|
```python hl_lines="18-39 44"
|
|
104
102
|
{% endif %}
|
|
@@ -95,16 +95,14 @@ Let's compare structured outputs using Mirascope vs. the official SDKs:
|
|
|
95
95
|
```python hl_lines="19-38 43"
|
|
96
96
|
{% elif provider == "Mistral" %}
|
|
97
97
|
```python hl_lines="21-46 51"
|
|
98
|
-
{% elif provider == "
|
|
99
|
-
```python hl_lines="
|
|
98
|
+
{% elif provider == "Google" %}
|
|
99
|
+
```python hl_lines="20-60 65"
|
|
100
100
|
{% elif provider == "Cohere" %}
|
|
101
101
|
```python hl_lines="19-36 41"
|
|
102
102
|
{% elif provider == "LiteLLM" %}
|
|
103
103
|
```python hl_lines="16-37 42"
|
|
104
104
|
{% elif provider == "Azure AI" %}
|
|
105
105
|
```python hl_lines="26-46 51"
|
|
106
|
-
{% elif provider == "Vertex AI" %}
|
|
107
|
-
```python hl_lines="23-62 67"
|
|
108
106
|
{% elif provider == "Bedrock" %}
|
|
109
107
|
```python hl_lines="17-48 53"
|
|
110
108
|
{% else %}
|
{mirascope-1.21.1 → mirascope-1.21.3}/docs/blog/posts/engineers-should-handle-prompting-llms.md
RENAMED
|
@@ -397,12 +397,11 @@ Beyond OpenAI, Mirascope supports currently these [other LLM providers](https://
|
|
|
397
397
|
|
|
398
398
|
- Anthropic
|
|
399
399
|
- Mistral
|
|
400
|
-
- Gemini
|
|
400
|
+
- Google Gemini
|
|
401
401
|
- Groq
|
|
402
402
|
- Cohere
|
|
403
403
|
- LiteLLM
|
|
404
404
|
- Azure AI
|
|
405
|
-
- Vertex AI
|
|
406
405
|
- AWS Bedrock
|
|
407
406
|
|
|
408
407
|
We've made sure that every example in our documentation shows how to use each provider for easy copy-paste to try it out yourself.
|
|
@@ -319,7 +319,7 @@ Mirascope’s call decorator — e.g., `@llm.call()` — simplifies model invoca
|
|
|
319
319
|
|
|
320
320
|
When used with `@prompt_template()`, the call decorator injects function arguments into the formatted prompt, removing the need for manually formatting or passing inputs into the LLM call.
|
|
321
321
|
|
|
322
|
-
It also automates response parsing and its interface lets you hot switch model providers when needed — our growing list includes OpenAI, Anthropic, Mistral, Gemini, Groq, Cohere, LiteLLM, Azure AI,
|
|
322
|
+
It also automates response parsing and its interface lets you hot switch model providers when needed — our growing list includes OpenAI, Anthropic, Mistral, Google Gemini, Groq, Cohere, LiteLLM, Azure AI, and Bedrock.
|
|
323
323
|
|
|
324
324
|
An example of this is shown below. To switch from OpenAI to Anthropic, you can use `llm_override` to override provider settings at runtime to specify a different model.
|
|
325
325
|
|
|
@@ -209,12 +209,11 @@ Mirascope also supports interactions with other LLMs besides OpenAI to refine th
|
|
|
209
209
|
- OpenAI
|
|
210
210
|
- Anthropic
|
|
211
211
|
- Mistral
|
|
212
|
-
- Gemini
|
|
212
|
+
- Google Gemini
|
|
213
213
|
- Groq
|
|
214
214
|
- Cohere
|
|
215
215
|
- LiteLLM
|
|
216
216
|
- Azure AI
|
|
217
|
-
- Vertex AI
|
|
218
217
|
- Bedrock
|
|
219
218
|
|
|
220
219
|
Mirascope provides wrappers to integrate with a number of popular libraries in the machine learning and LLM space, such as Logfire, Langfuse, Open Telemetry, and Tenacity.
|
|
@@ -219,7 +219,7 @@ The `ask_alan_turing` function:
|
|
|
219
219
|
|
|
220
220
|
We add two Mirascope decorators to turn the function into an LLM API call:
|
|
221
221
|
|
|
222
|
-
* The `openai.call` decorator makes calls more readable by turning any Python function into an LLM call and is provider agnostic: we could’ve instead written, e.g., `anthropic.call`, `
|
|
222
|
+
* The `openai.call` decorator makes calls more readable by turning any Python function into an LLM call and is provider agnostic: we could’ve instead written, e.g., `anthropic.call`, `google.call` or any of a number of others, with minimal code adjustments.
|
|
223
223
|
* Mirascope’s `prompt_template` decorator enables defining the prompt as a template that instructs the model to respond as if it’s Alan Turing and injects a list of the retrieved excerpts.
|
|
224
224
|
|
|
225
225
|
Both of these decorators, when added to any function, illustrate the best practice of colocation of prompts and calls, which makes the code eminently more readable as the logic for preparing input data, [building prompts](https://mirascope.com/blog/llm-prompt/), and LLM invocation is centralized in a single place.
|
|
@@ -176,7 +176,7 @@ __Decorator Parameter:__
|
|
|
176
176
|
|
|
177
177
|
{% if provider == "LiteLLM" %}
|
|
178
178
|
```python
|
|
179
|
-
{% elif provider in ["OpenAI"
|
|
179
|
+
{% elif provider in ["OpenAI"] %}
|
|
180
180
|
```python hl_lines="2 5"
|
|
181
181
|
{% elif provider == "Azure AI" %}
|
|
182
182
|
```python hl_lines="1-2 8-10"
|
|
@@ -205,7 +205,7 @@ __Dynamic Configuration:__
|
|
|
205
205
|
|
|
206
206
|
{% if provider == "LiteLLM" %}
|
|
207
207
|
```python
|
|
208
|
-
{% elif provider in ["OpenAI"
|
|
208
|
+
{% elif provider in ["OpenAI"] %}
|
|
209
209
|
```python hl_lines="2 11"
|
|
210
210
|
{% elif provider == "Azure AI" %}
|
|
211
211
|
```python hl_lines="1-2 12-14"
|
|
@@ -226,7 +226,7 @@ __Dynamic Configuration:__
|
|
|
226
226
|
|
|
227
227
|
{% if provider == "LiteLLM" %}
|
|
228
228
|
```python
|
|
229
|
-
{% elif provider in ["OpenAI"
|
|
229
|
+
{% elif provider in ["OpenAI"] %}
|
|
230
230
|
```python hl_lines="2 9"
|
|
231
231
|
{% elif provider == "Azure AI" %}
|
|
232
232
|
```python hl_lines="1-2 10-12"
|
|
@@ -53,8 +53,8 @@ Let's take a look at a basic example using Mirascope vs. official provider SDKs:
|
|
|
53
53
|
|
|
54
54
|
{% if provider == "Anthropic" %}
|
|
55
55
|
```python hl_lines="7-13"
|
|
56
|
-
{% elif provider in ["Google"
|
|
57
|
-
```python hl_lines="7-
|
|
56
|
+
{% elif provider in ["Google"] %}
|
|
57
|
+
```python hl_lines="7-11"
|
|
58
58
|
{% elif provider == "LiteLLM" %}
|
|
59
59
|
```python hl_lines="5-9"
|
|
60
60
|
{% elif provider == "Azure AI" %}
|
|
@@ -150,17 +150,16 @@ There are also two common methods:
|
|
|
150
150
|
|
|
151
151
|
While most LLM providers focus on text outputs, some providers support additional output modalities like audio. The availability of multi-modal outputs varies among providers:
|
|
152
152
|
|
|
153
|
-
| Provider
|
|
154
|
-
|
|
155
|
-
| OpenAI
|
|
156
|
-
| Anthropic
|
|
157
|
-
| Mistral
|
|
158
|
-
| Gemini
|
|
159
|
-
| Groq
|
|
160
|
-
| Cohere
|
|
161
|
-
| LiteLLM
|
|
162
|
-
| Azure AI
|
|
163
|
-
| Vertex AI | ✓ | - | - |
|
|
153
|
+
| Provider | Text | Audio | Image |
|
|
154
|
+
|---------------|------|-------|-------|
|
|
155
|
+
| OpenAI | ✓ | ✓ | - |
|
|
156
|
+
| Anthropic | ✓ | - | - |
|
|
157
|
+
| Mistral | ✓ | - | - |
|
|
158
|
+
| Google Gemini | ✓ | - | - |
|
|
159
|
+
| Groq | ✓ | - | - |
|
|
160
|
+
| Cohere | ✓ | - | - |
|
|
161
|
+
| LiteLLM | ✓ | - | - |
|
|
162
|
+
| Azure AI | ✓ | - | - |
|
|
164
163
|
|
|
165
164
|
Legend: ✓ (Supported), - (Not Supported)
|
|
166
165
|
|
|
@@ -231,14 +230,7 @@ Since `call_params` is just a `TypedDict`, you can always include any additional
|
|
|
231
230
|
=== "{{ method_title }}"
|
|
232
231
|
{% for provider in supported_llm_providers %}
|
|
233
232
|
=== "{{ provider }}"
|
|
234
|
-
|
|
235
|
-
{% if provider == "Gemini" %}
|
|
236
|
-
```python hl_lines="1 7"
|
|
237
|
-
{% elif provider == "Vertex AI" %}
|
|
238
|
-
```python hl_lines="2 7"
|
|
239
|
-
{% else %}
|
|
240
233
|
```python hl_lines="4"
|
|
241
|
-
{% endif %}
|
|
242
234
|
--8<-- "build/snippets/learn/calls/call_params/{{ provider | provider_dir }}/{{ method }}.py::9"
|
|
243
235
|
```
|
|
244
236
|
|
|
@@ -138,13 +138,13 @@ Recent advancements in Large Language Model architecture has enabled many model
|
|
|
138
138
|
|
|
139
139
|
While Mirascope provides a consistent interface, support varies among providers:
|
|
140
140
|
|
|
141
|
-
| Type | Anthropic | Cohere | Gemini | Groq | Mistral | OpenAI |
|
|
142
|
-
|
|
143
|
-
| text | ✓ | ✓ | ✓
|
|
144
|
-
| image | ✓ | - | ✓
|
|
145
|
-
| audio | - | - | ✓
|
|
146
|
-
| video | - | - | ✓
|
|
147
|
-
| document | ✓ | - | -
|
|
141
|
+
| Type | Anthropic | Cohere | Google Gemini | Groq | Mistral | OpenAI |
|
|
142
|
+
|---------------|-----------|--------|---------------|------|---------|--------|
|
|
143
|
+
| text | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
144
|
+
| image | ✓ | - | ✓ | ✓ | ✓ | ✓ |
|
|
145
|
+
| audio | - | - | ✓ | - | - | ✓ |
|
|
146
|
+
| video | - | - | ✓ | - | - | - |
|
|
147
|
+
| document | ✓ | - | - | - | - | - |
|
|
148
148
|
|
|
149
149
|
Legend: ✓ (Supported), - (Not Supported)
|
|
150
150
|
|
|
@@ -56,8 +56,6 @@ Let's take a look at a basic example using Mirascope vs. official provider SDKs:
|
|
|
56
56
|
```python hl_lines="16-37 42"
|
|
57
57
|
{% elif provider == "Azure AI" %}
|
|
58
58
|
```python hl_lines="26-46 51"
|
|
59
|
-
{% elif provider == "Vertex AI" %}
|
|
60
|
-
```python hl_lines="23-62 67"
|
|
61
59
|
{% elif provider == "Bedrock" %}
|
|
62
60
|
```python hl_lines="16-48 53"
|
|
63
61
|
{% else %}
|
|
@@ -217,10 +215,7 @@ We take advantage of Pydantic's [`Field`](https://docs.pydantic.dev/latest/conce
|
|
|
217
215
|
|
|
218
216
|
{% for provider in supported_llm_providers %}
|
|
219
217
|
=== "{{ provider }}"
|
|
220
|
-
|
|
221
|
-
{% if provider in ["Google", "Vertex AI"] %}
|
|
222
|
-
```python
|
|
223
|
-
{% elif method == "messages" %}
|
|
218
|
+
{% if method == "messages" %}
|
|
224
219
|
```python hl_lines="6-7 11-13 27"
|
|
225
220
|
{% elif method == "base_message_param" %}
|
|
226
221
|
```python hl_lines="6-7 11-13 30"
|
|
@@ -190,17 +190,16 @@ While Mirascope provides a consistent interface, you can always access the full,
|
|
|
190
190
|
|
|
191
191
|
While most LLM providers focus on text streaming, some providers support streaming additional output modalities like audio. The availability of multi-modal streaming varies among providers:
|
|
192
192
|
|
|
193
|
-
| Provider
|
|
194
|
-
|
|
195
|
-
| OpenAI
|
|
196
|
-
| Anthropic
|
|
197
|
-
| Mistral
|
|
198
|
-
| Gemini
|
|
199
|
-
| Groq
|
|
200
|
-
| Cohere
|
|
201
|
-
| LiteLLM
|
|
202
|
-
| Azure AI
|
|
203
|
-
| Vertex AI | ✓ | - | - |
|
|
193
|
+
| Provider | Text | Audio | Image |
|
|
194
|
+
|---------------|------|-------|-------|
|
|
195
|
+
| OpenAI | ✓ | ✓ | - |
|
|
196
|
+
| Anthropic | ✓ | - | - |
|
|
197
|
+
| Mistral | ✓ | - | - |
|
|
198
|
+
| Google Gemini | ✓ | - | - |
|
|
199
|
+
| Groq | ✓ | - | - |
|
|
200
|
+
| Cohere | ✓ | - | - |
|
|
201
|
+
| LiteLLM | ✓ | - | - |
|
|
202
|
+
| Azure AI | ✓ | - | - |
|
|
204
203
|
|
|
205
204
|
Legend: ✓ (Supported), - (Not Supported)
|
|
206
205
|
|
|
@@ -261,7 +260,7 @@ Error handling in streams is similar to standard non-streaming calls. However, i
|
|
|
261
260
|
{% for provider in supported_llm_providers %}
|
|
262
261
|
=== "{{ provider }}"
|
|
263
262
|
|
|
264
|
-
{% if provider in ["
|
|
263
|
+
{% if provider in ["Google", "Azure AI"] %}
|
|
265
264
|
```python hl_lines="9 12"
|
|
266
265
|
{% elif provider == "Mistral" %}
|
|
267
266
|
```python hl_lines="2 10 13 16"
|
|
@@ -98,8 +98,6 @@ Let's take a look at a basic example of each using Mirascope vs. official provid
|
|
|
98
98
|
```python hl_lines="6-12 19-32 34-36"
|
|
99
99
|
{% elif provider == "Azure AI" %}
|
|
100
100
|
```python hl_lines="16-22 31-43 45-47"
|
|
101
|
-
{% elif provider == "Vertex AI" %}
|
|
102
|
-
```python hl_lines="6-12 18-34 36-43"
|
|
103
101
|
{% elif provider == "Mistral" %}
|
|
104
102
|
```python hl_lines="10-16 23-36 38-44"
|
|
105
103
|
{% elif provider == "Bedrock" %}
|
|
@@ -377,9 +375,7 @@ Just like with [Response Models](./response_models.md#few-shot-examples), you ca
|
|
|
377
375
|
|
|
378
376
|
{% for provider in supported_llm_providers %}
|
|
379
377
|
=== "{{ provider }}"
|
|
380
|
-
{% if
|
|
381
|
-
```python
|
|
382
|
-
{% elif tool_method == "function" %}
|
|
378
|
+
{% if tool_method == "function" %}
|
|
383
379
|
```python hl_lines="14 20-21"
|
|
384
380
|
{% else %}
|
|
385
381
|
```python hl_lines="11 15"
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
import os
|
|
5
6
|
from collections.abc import AsyncGenerator, Awaitable, Callable, Coroutine, Generator
|
|
6
7
|
from functools import wraps
|
|
7
8
|
from typing import Any, ParamSpec, cast, overload
|
|
@@ -223,12 +224,23 @@ def setup_call(
|
|
|
223
224
|
|
|
224
225
|
call_kwargs |= cast(BedrockCallKwargs, {"modelId": model, "messages": messages})
|
|
225
226
|
|
|
227
|
+
env_vars = {}
|
|
228
|
+
if access_key_id := os.getenv("AWS_ACCESS_KEY_ID"):
|
|
229
|
+
env_vars["aws_access_key_id"] = access_key_id
|
|
230
|
+
if secret_access_key := os.getenv("AWS_SECRET_ACCESS_KEY"):
|
|
231
|
+
env_vars["aws_secret_access_key"] = secret_access_key
|
|
232
|
+
if session_token := os.getenv("AWS_SESSION_TOKEN"):
|
|
233
|
+
env_vars["aws_session_token"] = session_token
|
|
234
|
+
if region_name := os.getenv("AWS_REGION_NAME"):
|
|
235
|
+
env_vars["region_name"] = region_name
|
|
236
|
+
if profile_name := os.getenv("AWS_PROFILE"):
|
|
237
|
+
env_vars["profile_name"] = profile_name
|
|
226
238
|
if client is None:
|
|
227
239
|
if fn_is_async(fn):
|
|
228
|
-
session = get_session()
|
|
240
|
+
session = get_session(env_vars=env_vars)
|
|
229
241
|
_client = _AsyncBedrockRuntimeWrappedClient(session, model)
|
|
230
242
|
else:
|
|
231
|
-
session = Session()
|
|
243
|
+
session = Session(**env_vars)
|
|
232
244
|
_client = session.client("bedrock-runtime")
|
|
233
245
|
else:
|
|
234
246
|
_client = client
|
|
@@ -70,41 +70,50 @@ class GoogleTool(BaseTool):
|
|
|
70
70
|
fn["parameters"] = model_schema
|
|
71
71
|
|
|
72
72
|
if "parameters" in fn:
|
|
73
|
-
#
|
|
73
|
+
# Define a function to handle both ref resolution and examples conversion
|
|
74
|
+
def resolve_refs_and_fix_examples(
|
|
75
|
+
schema: dict[str, Any], defs: dict[str, Any] | None = None
|
|
76
|
+
) -> dict[str, Any]:
|
|
77
|
+
"""Recursively resolve $ref references and fix examples/example fields."""
|
|
78
|
+
# If this is a reference, resolve it
|
|
79
|
+
if "$ref" in schema:
|
|
80
|
+
ref = schema["$ref"]
|
|
81
|
+
if ref.startswith("#/$defs/") and defs:
|
|
82
|
+
ref_key = ref.replace("#/$defs/", "")
|
|
83
|
+
if ref_key in defs:
|
|
84
|
+
# Merge the definition with the current schema (excluding $ref)
|
|
85
|
+
resolved = {
|
|
86
|
+
**{k: v for k, v in schema.items() if k != "$ref"},
|
|
87
|
+
**resolve_refs_and_fix_examples(defs[ref_key], defs),
|
|
88
|
+
}
|
|
89
|
+
return resolved
|
|
90
|
+
|
|
91
|
+
# Handle examples -> example conversion
|
|
92
|
+
result = {}
|
|
93
|
+
for key, value in schema.items():
|
|
94
|
+
# Convert "examples" to "example" for Google Schema
|
|
95
|
+
if key == "examples":
|
|
96
|
+
result["example"] = value
|
|
97
|
+
elif isinstance(value, dict):
|
|
98
|
+
result[key] = resolve_refs_and_fix_examples(value, defs)
|
|
99
|
+
elif isinstance(value, list):
|
|
100
|
+
result[key] = [
|
|
101
|
+
resolve_refs_and_fix_examples(item, defs)
|
|
102
|
+
if isinstance(item, dict)
|
|
103
|
+
else item
|
|
104
|
+
for item in value
|
|
105
|
+
]
|
|
106
|
+
else:
|
|
107
|
+
result[key] = value
|
|
108
|
+
return result
|
|
109
|
+
|
|
110
|
+
# Extract $defs if they exist
|
|
111
|
+
defs = {}
|
|
74
112
|
if "$defs" in fn["parameters"]:
|
|
75
113
|
defs = fn["parameters"].pop("$defs")
|
|
76
114
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
# If this is a reference, resolve it
|
|
80
|
-
if "$ref" in schema:
|
|
81
|
-
ref = schema["$ref"]
|
|
82
|
-
if ref.startswith("#/$defs/"):
|
|
83
|
-
ref_key = ref.replace("#/$defs/", "")
|
|
84
|
-
if ref_key in defs:
|
|
85
|
-
# Merge the definition with the current schema (excluding $ref)
|
|
86
|
-
resolved = {
|
|
87
|
-
**{k: v for k, v in schema.items() if k != "$ref"},
|
|
88
|
-
**resolve_refs(defs[ref_key]),
|
|
89
|
-
}
|
|
90
|
-
return resolved
|
|
91
|
-
|
|
92
|
-
# Process all other keys recursively
|
|
93
|
-
result = {}
|
|
94
|
-
for key, value in schema.items():
|
|
95
|
-
if isinstance(value, dict):
|
|
96
|
-
result[key] = resolve_refs(value)
|
|
97
|
-
elif isinstance(value, list):
|
|
98
|
-
result[key] = [
|
|
99
|
-
resolve_refs(item) if isinstance(item, dict) else item
|
|
100
|
-
for item in value
|
|
101
|
-
]
|
|
102
|
-
else:
|
|
103
|
-
result[key] = value
|
|
104
|
-
return result
|
|
105
|
-
|
|
106
|
-
# Resolve all references in the parameters
|
|
107
|
-
fn["parameters"] = resolve_refs(fn["parameters"])
|
|
115
|
+
# Resolve all references in the parameters and fix examples
|
|
116
|
+
fn["parameters"] = resolve_refs_and_fix_examples(fn["parameters"], defs)
|
|
108
117
|
|
|
109
118
|
def handle_enum_schema(prop_schema: dict[str, Any]) -> dict[str, Any]:
|
|
110
119
|
if "enum" in prop_schema:
|
|
@@ -112,6 +121,7 @@ class GoogleTool(BaseTool):
|
|
|
112
121
|
return prop_schema
|
|
113
122
|
|
|
114
123
|
# Process properties after resolving references
|
|
124
|
+
# We're already handling examples -> example conversion recursively above
|
|
115
125
|
fn["parameters"]["properties"] = {
|
|
116
126
|
prop: {
|
|
117
127
|
key: value
|
|
@@ -120,6 +130,7 @@ class GoogleTool(BaseTool):
|
|
|
120
130
|
}
|
|
121
131
|
for prop, prop_schema in fn["parameters"]["properties"].items()
|
|
122
132
|
}
|
|
133
|
+
|
|
123
134
|
return Tool(function_declarations=[FunctionDeclaration(**fn)])
|
|
124
135
|
|
|
125
136
|
@classmethod
|
|
@@ -374,14 +374,6 @@ nav:
|
|
|
374
374
|
- tool: "api/core/cohere/tool.md"
|
|
375
375
|
- Costs:
|
|
376
376
|
- calculate_cost: "api/core/costs/calculate_cost.md"
|
|
377
|
-
- Gemini:
|
|
378
|
-
- call: "api/core/gemini/call.md"
|
|
379
|
-
- call_params: "api/core/gemini/call_params.md"
|
|
380
|
-
- call_response: "api/core/gemini/call_response.md"
|
|
381
|
-
- call_response_chunk: "api/core/gemini/call_response_chunk.md"
|
|
382
|
-
- dynamic_config: "api/core/gemini/dynamic_config.md"
|
|
383
|
-
- stream: "api/core/gemini/stream.md"
|
|
384
|
-
- tool: "api/core/gemini/tool.md"
|
|
385
377
|
- Google:
|
|
386
378
|
- call: "api/core/google/call.md"
|
|
387
379
|
- call_params: "api/core/google/call_params.md"
|
|
@@ -422,14 +414,6 @@ nav:
|
|
|
422
414
|
- dynamic_config: "api/core/openai/dynamic_config.md"
|
|
423
415
|
- stream: "api/core/openai/stream.md"
|
|
424
416
|
- tool: "api/core/openai/tool.md"
|
|
425
|
-
- Vertex AI:
|
|
426
|
-
- call: "api/core/vertex/call.md"
|
|
427
|
-
- call_params: "api/core/vertex/call_params.md"
|
|
428
|
-
- call_response: "api/core/vertex/call_response.md"
|
|
429
|
-
- call_response_chunk: "api/core/vertex/call_response_chunk.md"
|
|
430
|
-
- dynamic_config: "api/core/vertex/dynamic_config.md"
|
|
431
|
-
- stream: "api/core/vertex/stream.md"
|
|
432
|
-
- tool: "api/core/vertex/tool.md"
|
|
433
417
|
- xAI:
|
|
434
418
|
- call: "api/core/xai/call.md"
|
|
435
419
|
- call_params: "api/core/xai/call_params.md"
|
|
@@ -493,3 +493,80 @@ async def test_async_bedrock_runtime_wrapped_client_converse_stream():
|
|
|
493
493
|
mock_client.converse_stream.assert_called_once_with(param2="value2")
|
|
494
494
|
|
|
495
495
|
mock_session.create_client.assert_called_once_with("bedrock-runtime")
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
@patch("mirascope.core.bedrock._utils._setup_call.Session")
|
|
499
|
+
@patch("mirascope.core.bedrock._utils._setup_call.get_session")
|
|
500
|
+
@patch("mirascope.core.bedrock._utils._setup_call._utils", new_callable=MagicMock)
|
|
501
|
+
def test_setup_call_env_vars(
|
|
502
|
+
mock_utils: MagicMock,
|
|
503
|
+
mock_get_session: MagicMock,
|
|
504
|
+
mock_session_class: MagicMock,
|
|
505
|
+
mock_base_setup_call: MagicMock,
|
|
506
|
+
monkeypatch: pytest.MonkeyPatch,
|
|
507
|
+
) -> None:
|
|
508
|
+
"""Test that environment variables are properly passed to Session and get_session."""
|
|
509
|
+
mock_utils.setup_call = mock_base_setup_call
|
|
510
|
+
mock_base_setup_call.return_value[1] = [
|
|
511
|
+
{"role": "user", "content": [{"text": "user test"}]},
|
|
512
|
+
]
|
|
513
|
+
mock_base_setup_call.return_value[3] = {}
|
|
514
|
+
|
|
515
|
+
# Set environment variables
|
|
516
|
+
monkeypatch.setenv("AWS_ACCESS_KEY_ID", "test_access_key")
|
|
517
|
+
monkeypatch.setenv("AWS_SECRET_ACCESS_KEY", "test_secret_key")
|
|
518
|
+
monkeypatch.setenv("AWS_SESSION_TOKEN", "test_session_token")
|
|
519
|
+
monkeypatch.setenv("AWS_REGION_NAME", "us-west-2")
|
|
520
|
+
monkeypatch.setenv("AWS_PROFILE", "test_profile")
|
|
521
|
+
|
|
522
|
+
# Test sync client creation with env vars
|
|
523
|
+
setup_call(
|
|
524
|
+
model="anthropic.claude-v2",
|
|
525
|
+
client=None,
|
|
526
|
+
fn=MagicMock(),
|
|
527
|
+
fn_args={},
|
|
528
|
+
dynamic_config=None,
|
|
529
|
+
tools=None,
|
|
530
|
+
json_mode=False,
|
|
531
|
+
call_params={},
|
|
532
|
+
response_model=None,
|
|
533
|
+
stream=False,
|
|
534
|
+
)
|
|
535
|
+
|
|
536
|
+
# Verify Session was called with expected env vars
|
|
537
|
+
mock_session_class.assert_called_once_with(
|
|
538
|
+
aws_access_key_id="test_access_key",
|
|
539
|
+
aws_secret_access_key="test_secret_key",
|
|
540
|
+
aws_session_token="test_session_token",
|
|
541
|
+
region_name="us-west-2",
|
|
542
|
+
profile_name="test_profile",
|
|
543
|
+
)
|
|
544
|
+
|
|
545
|
+
# Test async client creation with env vars
|
|
546
|
+
async def async_fn(): ...
|
|
547
|
+
|
|
548
|
+
mock_session_class.reset_mock()
|
|
549
|
+
|
|
550
|
+
setup_call(
|
|
551
|
+
model="anthropic.claude-v2",
|
|
552
|
+
client=None,
|
|
553
|
+
fn=async_fn,
|
|
554
|
+
fn_args={},
|
|
555
|
+
dynamic_config=None,
|
|
556
|
+
tools=None,
|
|
557
|
+
json_mode=False,
|
|
558
|
+
call_params={},
|
|
559
|
+
response_model=None,
|
|
560
|
+
stream=False,
|
|
561
|
+
)
|
|
562
|
+
|
|
563
|
+
# Verify get_session was called with expected env vars
|
|
564
|
+
mock_get_session.assert_called_with(
|
|
565
|
+
env_vars={
|
|
566
|
+
"aws_access_key_id": "test_access_key",
|
|
567
|
+
"aws_secret_access_key": "test_secret_key",
|
|
568
|
+
"aws_session_token": "test_session_token",
|
|
569
|
+
"region_name": "us-west-2",
|
|
570
|
+
"profile_name": "test_profile",
|
|
571
|
+
}
|
|
572
|
+
)
|
|
@@ -10,6 +10,7 @@ from google.genai.types import ( # type: ignore
|
|
|
10
10
|
Tool,
|
|
11
11
|
Type,
|
|
12
12
|
)
|
|
13
|
+
from pydantic import Field
|
|
13
14
|
|
|
14
15
|
from mirascope.core.base.tool import BaseTool
|
|
15
16
|
from mirascope.core.google.tool import GoogleTool
|
|
@@ -18,10 +19,23 @@ from mirascope.core.google.tool import GoogleTool
|
|
|
18
19
|
class FormatBook(GoogleTool):
|
|
19
20
|
"""Returns the title and author nicely formatted."""
|
|
20
21
|
|
|
21
|
-
title: str
|
|
22
|
+
title: str = Field(..., examples=["The Name of the Wind"])
|
|
22
23
|
author: str
|
|
23
24
|
genre: Literal["fantasy", "scifi"]
|
|
24
25
|
|
|
26
|
+
model_config = {
|
|
27
|
+
"json_schema_extra": {
|
|
28
|
+
"examples": [
|
|
29
|
+
{
|
|
30
|
+
"title": "The Way of Kings",
|
|
31
|
+
"author": "Brandon Sanderson",
|
|
32
|
+
"genre": "fantasy",
|
|
33
|
+
},
|
|
34
|
+
{"title": "Dune", "author": "Frank Herbert", "genre": "scifi"},
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
25
39
|
def call(self) -> str:
|
|
26
40
|
return f"{self.title} by {self.author}"
|
|
27
41
|
|
|
@@ -54,7 +68,9 @@ def test_google_tool() -> None:
|
|
|
54
68
|
parameters=Schema(
|
|
55
69
|
type=Type.OBJECT,
|
|
56
70
|
properties={
|
|
57
|
-
"title": Schema(
|
|
71
|
+
"title": Schema(
|
|
72
|
+
type=Type.STRING, example=["The Name of the Wind"]
|
|
73
|
+
),
|
|
58
74
|
"author": Schema(type=Type.STRING),
|
|
59
75
|
"genre": Schema(
|
|
60
76
|
type=Type.STRING,
|
|
@@ -63,6 +79,14 @@ def test_google_tool() -> None:
|
|
|
63
79
|
),
|
|
64
80
|
},
|
|
65
81
|
required=["title", "author", "genre"],
|
|
82
|
+
example=[
|
|
83
|
+
{
|
|
84
|
+
"title": "The Way of Kings",
|
|
85
|
+
"author": "Brandon Sanderson",
|
|
86
|
+
"genre": "fantasy",
|
|
87
|
+
},
|
|
88
|
+
{"title": "Dune", "author": "Frank Herbert", "genre": "scifi"},
|
|
89
|
+
],
|
|
66
90
|
),
|
|
67
91
|
)
|
|
68
92
|
],
|