mirascope 1.23.3__tar.gz → 1.24.0__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.23.3 → mirascope-1.24.0}/.github/CODEOWNERS +0 -3
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/workflows/lint.yml +0 -2
- {mirascope-1.23.3 → mirascope-1.24.0}/.pre-commit-config.yaml +0 -1
- {mirascope-1.23.3 → mirascope-1.24.0}/PKG-INFO +9 -9
- {mirascope-1.23.3 → mirascope-1.24.0}/README.md +8 -8
- mirascope-1.24.0/api_ref/llm/call_response.md +3 -0
- mirascope-1.24.0/api_ref/llm/call_response_chunk.md +3 -0
- mirascope-1.24.0/api_ref/llm/context.md +3 -0
- mirascope-1.24.0/api_ref/llm/override.md +3 -0
- mirascope-1.24.0/api_ref/llm/stream.md +3 -0
- mirascope-1.24.0/api_ref/llm/tool.md +3 -0
- mirascope-1.24.0/api_ref/mcp/client.md +3 -0
- mirascope-1.24.0/api_ref/retries/fallback.md +3 -0
- mirascope-1.24.0/api_ref/retries/tenacity.md +3 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/__init__.py +2 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/__init__.py +2 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/__init__.py +2 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_convert_messages_to_message_params.py +9 -2
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/message_param.py +13 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/messages.py +5 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_convert_message_params.py +76 -3
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_message_param_converter.py +42 -4
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_validate_media_type.py +24 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/__init__.py +2 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/pyproject.toml +2 -2
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/_utils/test_convert_message_params.py +400 -1
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/_utils/test_message_param_converter.py +59 -4
- {mirascope-1.23.3 → mirascope-1.24.0}/uv.lock +1 -1
- mirascope-1.23.3/.github/workflows/docs.yml +0 -38
- mirascope-1.23.3/docs/CNAME +0 -1
- mirascope-1.23.3/docs/CONTRIBUTING.md +0 -192
- mirascope-1.23.3/docs/HELP.md +0 -75
- mirascope-1.23.3/docs/MIGRATE.md +0 -721
- mirascope-1.23.3/docs/WELCOME.md +0 -186
- mirascope-1.23.3/docs/WHY.md +0 -243
- mirascope-1.23.3/docs/api/integrations/langfuse.md +0 -3
- mirascope-1.23.3/docs/api/integrations/logfire.md +0 -3
- mirascope-1.23.3/docs/api/integrations/middleware.md +0 -5
- mirascope-1.23.3/docs/api/integrations/otel.md +0 -13
- mirascope-1.23.3/docs/api/integrations/tenacity.md +0 -5
- mirascope-1.23.3/docs/assets/blog/engineers-should-handle-prompting-llms/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/how-to-build-a-knowledge-graph/algorithmic-bias-kg.png +0 -0
- mirascope-1.23.3/docs/assets/blog/how-to-build-a-knowledge-graph/example-kg-diagram.png +0 -0
- mirascope-1.23.3/docs/assets/blog/how-to-make-a-chatbot/autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/how-to-make-a-chatbot/lilypad-screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/how-to-make-a-chatbot/type-hints.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/agentgpt_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/autogpt_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/flowise_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/griptape_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/guidance_github_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/haystack_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/humanloop_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/instructor_docs_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/llama_index_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/metagpt_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/mirascope_homepage_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/mirascope_response_autocomplete_suggestions.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-alternatives/priompt_github_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-prompt-template/langchain_invoke_dict_no_error.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-prompt-template/langchain_invoke_dict_runtime_error.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-prompt-template/mirascope_prompt_fn_autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-prompt-template/mirascope_prompt_fn_incorrect_type_error.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-prompt-template/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-rag/rag-pipeline-diagram.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-runnables/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-structured-output/mirascope_prompt_autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-structured-output/mirascope_prompt_missing_arg.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-structured-output/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-sucks/embedding_model_diagram.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-sucks/langchain_invoke_no_type_hints.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-sucks/mirascope_stream_type_hint.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langchain-sucks/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langfuse-integration/mirascope_langfuse_response_model_trace.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langfuse-integration/mirascope_langfuse_trace.png +0 -0
- mirascope-1.23.3/docs/assets/blog/langfuse-integration/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llamaindex-vs-langchain/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-agents/agent-diagram.jpg +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-agents/autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-agents/type-hints.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-applications/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-as-judge/autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-chaining/lilypad_editor_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-chaining/mirascope_autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-chaining/mirascope_type_hints.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/ask-marvin-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/autogen-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/control-flow-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/dify-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/haystack-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/langchain-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/llama-index-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/mirascope-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/msft-semantic-kernel-github.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/openai-stream-type-hint.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/orkes-homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-frameworks/prompt-template-autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-integration/lilypad_generation_details_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-integration/mirascope_autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-integration/mirascope_type_hints.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-orchestration/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-pipeline/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-pipeline/stages_of_rag_pipeline.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-prompt/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/autogen_github_page.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/botkit_github_page.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/crewai_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/helicone_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/langchain_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/milvus_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/ollama_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/open_llm_github_page.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/pinecone_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/rasa_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/llm-tools/vllm_github_page.png +0 -0
- mirascope-1.23.3/docs/assets/blog/mirascope-v1-release/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/openai-function-calling/function_calling_diagram.png +0 -0
- mirascope-1.23.3/docs/assets/blog/openai-function-calling/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-chaining/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-best-practices/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-best-practices/storylines_incorrect_input_arg.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-examples/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/agenta_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/guidance_github_page.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/haystack_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/langchain_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/priompt_github_page.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/prompt_hub_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-tools/promptmetheus_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-engineering-vs-fine-tuning/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-evaluation/lilypad_editor_screenshot.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-flow-vs-langchain/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-flow-vs-langchain/prompt-flow-visual.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-versioning/agenta_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-versioning/langsmith_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-versioning/og-image.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-versioning/pezzo_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/prompt-versioning/prompt_hub_homepage.png +0 -0
- mirascope-1.23.3/docs/assets/blog/rag-application/rag-app-diagram.png +0 -0
- mirascope-1.23.3/docs/assets/blog/rag-llm-example/rag-diagram.jpg +0 -0
- mirascope-1.23.3/docs/assets/blog/synthetic-data-generation/autocomplete.png +0 -0
- mirascope-1.23.3/docs/assets/blog/synthetic-data-generation/data-chart.png +0 -0
- mirascope-1.23.3/docs/assets/blog/synthetic-data-generation/linting.png +0 -0
- mirascope-1.23.3/docs/assets/brandmark.png +0 -0
- mirascope-1.23.3/docs/assets/brandmark.svg +0 -5
- mirascope-1.23.3/docs/assets/calls-type-hint.png +0 -0
- mirascope-1.23.3/docs/assets/cloth-background.png +0 -0
- mirascope-1.23.3/docs/assets/favicon.png +0 -0
- mirascope-1.23.3/docs/assets/generating-synthetic-data-chart.png +0 -0
- mirascope-1.23.3/docs/assets/langfuse-call.png +0 -0
- mirascope-1.23.3/docs/assets/learn_flow.svg +0 -13
- mirascope-1.23.3/docs/assets/logfire-response-model.png +0 -0
- mirascope-1.23.3/docs/assets/stream-attributes.png +0 -0
- mirascope-1.23.3/docs/blog/.authors.yml +0 -6
- mirascope-1.23.3/docs/blog/index.md +0 -1
- mirascope-1.23.3/docs/blog/posts/advanced-prompt-engineering.md +0 -492
- mirascope-1.23.3/docs/blog/posts/engineers-should-handle-prompting-llms.md +0 -585
- mirascope-1.23.3/docs/blog/posts/how-to-build-a-knowledge-graph.md +0 -542
- mirascope-1.23.3/docs/blog/posts/how-to-make-a-chatbot.md +0 -625
- mirascope-1.23.3/docs/blog/posts/langchain-alternatives.md +0 -535
- mirascope-1.23.3/docs/blog/posts/langchain-prompt-template.md +0 -551
- mirascope-1.23.3/docs/blog/posts/langchain-rag.md +0 -301
- mirascope-1.23.3/docs/blog/posts/langchain-runnables.md +0 -659
- mirascope-1.23.3/docs/blog/posts/langchain-structured-output.md +0 -480
- mirascope-1.23.3/docs/blog/posts/langchain-sucks.md +0 -348
- mirascope-1.23.3/docs/blog/posts/langfuse-integration.md +0 -86
- mirascope-1.23.3/docs/blog/posts/llamaindex-vs-langchain.md +0 -458
- mirascope-1.23.3/docs/blog/posts/llm-agents.md +0 -611
- mirascope-1.23.3/docs/blog/posts/llm-applications.md +0 -409
- mirascope-1.23.3/docs/blog/posts/llm-as-judge.md +0 -364
- mirascope-1.23.3/docs/blog/posts/llm-chaining.md +0 -783
- mirascope-1.23.3/docs/blog/posts/llm-evaluation.md +0 -371
- mirascope-1.23.3/docs/blog/posts/llm-frameworks.md +0 -628
- mirascope-1.23.3/docs/blog/posts/llm-integration.md +0 -467
- mirascope-1.23.3/docs/blog/posts/llm-orchestration.md +0 -475
- mirascope-1.23.3/docs/blog/posts/llm-pipeline.md +0 -245
- mirascope-1.23.3/docs/blog/posts/llm-prompt.md +0 -600
- mirascope-1.23.3/docs/blog/posts/llm-tools.md +0 -413
- mirascope-1.23.3/docs/blog/posts/mirascope-v1-release.md +0 -244
- mirascope-1.23.3/docs/blog/posts/openai-function-calling.md +0 -401
- mirascope-1.23.3/docs/blog/posts/prompt-chaining.md +0 -721
- mirascope-1.23.3/docs/blog/posts/prompt-engineering-best-practices.md +0 -260
- mirascope-1.23.3/docs/blog/posts/prompt-engineering-examples.md +0 -436
- mirascope-1.23.3/docs/blog/posts/prompt-engineering-tools.md +0 -512
- mirascope-1.23.3/docs/blog/posts/prompt-engineering-vs-fine-tuning.md +0 -153
- mirascope-1.23.3/docs/blog/posts/prompt-evaluation.md +0 -759
- mirascope-1.23.3/docs/blog/posts/prompt-flow-vs-langchain.md +0 -441
- mirascope-1.23.3/docs/blog/posts/prompt-versioning.md +0 -491
- mirascope-1.23.3/docs/blog/posts/rag-application.md +0 -268
- mirascope-1.23.3/docs/blog/posts/rag-llm-example.md +0 -246
- mirascope-1.23.3/docs/blog/posts/synthetic-data-generation.md +0 -360
- mirascope-1.23.3/docs/extra/tweaks.css +0 -57
- mirascope-1.23.3/docs/find_missing_snippets.py +0 -141
- mirascope-1.23.3/docs/generate_llms_txt.py +0 -643
- mirascope-1.23.3/docs/generate_provider_examples.py +0 -186
- mirascope-1.23.3/docs/hooks.py +0 -97
- mirascope-1.23.3/docs/index.md +0 -9
- mirascope-1.23.3/docs/integrations/hyperdx.md +0 -28
- mirascope-1.23.3/docs/integrations/langfuse.md +0 -42
- mirascope-1.23.3/docs/integrations/logfire.md +0 -42
- mirascope-1.23.3/docs/integrations/otel.md +0 -125
- mirascope-1.23.3/docs/learn/agents.md +0 -177
- mirascope-1.23.3/docs/learn/async.md +0 -258
- mirascope-1.23.3/docs/learn/calls.md +0 -481
- mirascope-1.23.3/docs/learn/chaining.md +0 -134
- mirascope-1.23.3/docs/learn/evals.md +0 -123
- mirascope-1.23.3/docs/learn/extensions/custom_provider.md +0 -237
- mirascope-1.23.3/docs/learn/extensions/middleware.md +0 -166
- mirascope-1.23.3/docs/learn/index.md +0 -125
- mirascope-1.23.3/docs/learn/json_mode.md +0 -98
- mirascope-1.23.3/docs/learn/local_models.md +0 -44
- mirascope-1.23.3/docs/learn/mcp/client.md +0 -108
- mirascope-1.23.3/docs/learn/output_parsers.md +0 -100
- mirascope-1.23.3/docs/learn/prompts.md +0 -347
- mirascope-1.23.3/docs/learn/provider_specific_features/anthropic.md +0 -51
- mirascope-1.23.3/docs/learn/provider_specific_features/openai.md +0 -174
- mirascope-1.23.3/docs/learn/response_models.md +0 -287
- mirascope-1.23.3/docs/learn/retries.md +0 -152
- mirascope-1.23.3/docs/learn/streams.md +0 -291
- mirascope-1.23.3/docs/learn/tools.md +0 -543
- mirascope-1.23.3/docs/macros.py +0 -20
- mirascope-1.23.3/docs/overrides/home.html +0 -367
- mirascope-1.23.3/docs/overrides/main.html +0 -52
- mirascope-1.23.3/docs/plugins/griffe_doclinks.py +0 -158
- mirascope-1.23.3/docs/robots.txt +0 -4
- mirascope-1.23.3/docs/ruff.toml +0 -2
- mirascope-1.23.3/docs/tutorials/agents/blog_writing_agent.ipynb +0 -616
- mirascope-1.23.3/docs/tutorials/agents/documentation_agent.ipynb +0 -421
- mirascope-1.23.3/docs/tutorials/agents/local_chat_with_codebase.ipynb +0 -327
- mirascope-1.23.3/docs/tutorials/agents/localized_agent.ipynb +0 -387
- mirascope-1.23.3/docs/tutorials/agents/qwant_search_agent_with_sources.ipynb +0 -628
- mirascope-1.23.3/docs/tutorials/agents/sql_agent.ipynb +0 -386
- mirascope-1.23.3/docs/tutorials/agents/web_search_agent.ipynb +0 -382
- mirascope-1.23.3/docs/tutorials/evals/evaluating_documentation_agent.ipynb +0 -506
- mirascope-1.23.3/docs/tutorials/evals/evaluating_sql_agent.ipynb +0 -599
- mirascope-1.23.3/docs/tutorials/evals/evaluating_web_search_agent.ipynb +0 -737
- mirascope-1.23.3/docs/tutorials/getting_started/dynamic_configuration_and_chaining.ipynb +0 -506
- mirascope-1.23.3/docs/tutorials/getting_started/quickstart.ipynb +0 -545
- mirascope-1.23.3/docs/tutorials/getting_started/structured_outputs.ipynb +0 -438
- mirascope-1.23.3/docs/tutorials/getting_started/tools_and_agents.ipynb +0 -584
- mirascope-1.23.3/docs/tutorials/langgraph_vs_mirascope/quickstart.ipynb +0 -706
- mirascope-1.23.3/docs/tutorials/more_advanced/code_generation_and_execution.ipynb +0 -255
- mirascope-1.23.3/docs/tutorials/more_advanced/document_segmentation.ipynb +0 -196
- mirascope-1.23.3/docs/tutorials/more_advanced/extract_from_pdf.ipynb +0 -254
- mirascope-1.23.3/docs/tutorials/more_advanced/extraction_using_vision.ipynb +0 -234
- mirascope-1.23.3/docs/tutorials/more_advanced/generating_captions.ipynb +0 -160
- mirascope-1.23.3/docs/tutorials/more_advanced/generating_synthetic_data.ipynb +0 -436
- mirascope-1.23.3/docs/tutorials/more_advanced/knowledge_graph.ipynb +0 -429
- mirascope-1.23.3/docs/tutorials/more_advanced/llm_validation_with_retries.ipynb +0 -336
- mirascope-1.23.3/docs/tutorials/more_advanced/named_entity_recognition.ipynb +0 -482
- mirascope-1.23.3/docs/tutorials/more_advanced/o1_style_thinking.ipynb +0 -341
- mirascope-1.23.3/docs/tutorials/more_advanced/pii_scrubbing.ipynb +0 -275
- mirascope-1.23.3/docs/tutorials/more_advanced/query_plan.ipynb +0 -416
- mirascope-1.23.3/docs/tutorials/more_advanced/removing_semantic_duplicates.ipynb +0 -302
- mirascope-1.23.3/docs/tutorials/more_advanced/search_with_sources.ipynb +0 -289
- mirascope-1.23.3/docs/tutorials/more_advanced/speech_transcription.ipynb +0 -295
- mirascope-1.23.3/docs/tutorials/more_advanced/support_ticket_routing.ipynb +0 -453
- mirascope-1.23.3/docs/tutorials/more_advanced/text_classification.ipynb +0 -360
- mirascope-1.23.3/docs/tutorials/more_advanced/text_summarization.ipynb +0 -454
- mirascope-1.23.3/docs/tutorials/more_advanced/text_translation.ipynb +0 -749
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/chain_of_verification.ipynb +0 -206
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/decomposed_prompting.ipynb +0 -216
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/demonstration_ensembling.ipynb +0 -238
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/diverse.ipynb +0 -228
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/least_to_most.ipynb +0 -212
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/mixture_of_reasoning.ipynb +0 -211
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/prompt_paraphrasing.ipynb +0 -162
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/reverse_chain_of_thought.ipynb +0 -402
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/self_consistency.ipynb +0 -282
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/self_refine.ipynb +0 -256
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/sim_to_m.ipynb +0 -155
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/skeleton_of_thought.ipynb +0 -213
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/step_back.ipynb +0 -234
- mirascope-1.23.3/docs/tutorials/prompt_engineering/chaining_based/system_to_attention.ipynb +0 -184
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/chain_of_thought.ipynb +0 -218
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/common_phrases.ipynb +0 -119
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/contrastive_chain_of_thought.ipynb +0 -131
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/emotion_prompting.ipynb +0 -126
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/plan_and_solve.ipynb +0 -119
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/rephrase_and_respond.ipynb +0 -128
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/rereading.ipynb +0 -121
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/role_prompting.ipynb +0 -142
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/self_ask.ipynb +0 -428
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/tabular_chain_of_thought.ipynb +0 -201
- mirascope-1.23.3/docs/tutorials/prompt_engineering/text_based/thread_of_thought.ipynb +0 -175
- mirascope-1.23.3/examples/fastapi/endpoint.py +0 -23
- mirascope-1.23.3/examples/integrations/hyperdx/anthropic/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/anthropic/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/anthropic/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/anthropic/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/azure/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/azure/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/azure/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/azure/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/bedrock/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/bedrock/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/bedrock/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/bedrock/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/cohere/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/cohere/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/cohere/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/cohere/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/google/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/google/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/google/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/google/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/groq/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/groq/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/groq/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/groq/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/litellm/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/litellm/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/litellm/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/litellm/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/mistral/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/mistral/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/mistral/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/mistral/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/openai/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/openai/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/openai/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/openai/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/xai/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/xai/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/xai/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/hyperdx/xai/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/anthropic/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/anthropic/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/anthropic/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/anthropic/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/azure/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/azure/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/azure/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/azure/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/bedrock/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/bedrock/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/bedrock/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/bedrock/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/cohere/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/cohere/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/cohere/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/cohere/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/google/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/google/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/google/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/google/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/groq/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/groq/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/groq/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/groq/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/litellm/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/litellm/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/litellm/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/litellm/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/mistral/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/mistral/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/mistral/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/mistral/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/openai/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/openai/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/openai/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/openai/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/xai/base_message_param.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/xai/messages.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/xai/shorthand.py +0 -11
- mirascope-1.23.3/examples/integrations/langfuse/xai/string_template.py +0 -11
- mirascope-1.23.3/examples/integrations/logfire/anthropic/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/anthropic/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/anthropic/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/anthropic/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/azure/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/azure/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/azure/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/azure/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/bedrock/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/bedrock/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/bedrock/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/bedrock/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/cohere/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/cohere/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/cohere/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/cohere/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/google/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/google/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/google/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/google/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/groq/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/groq/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/groq/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/groq/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/litellm/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/litellm/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/litellm/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/litellm/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/mistral/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/mistral/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/mistral/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/mistral/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/openai/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/openai/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/openai/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/openai/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/xai/base_message_param.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/xai/messages.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/xai/shorthand.py +0 -20
- mirascope-1.23.3/examples/integrations/logfire/xai/string_template.py +0 -20
- mirascope-1.23.3/examples/integrations/otel/anthropic/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/anthropic/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/anthropic/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/anthropic/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/azure/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/azure/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/azure/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/azure/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/bedrock/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/bedrock/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/bedrock/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/bedrock/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/cohere/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/cohere/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/cohere/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/cohere/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/google/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/google/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/google/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/google/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/groq/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/groq/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/groq/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/groq/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/litellm/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/litellm/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/litellm/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/litellm/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/mistral/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/mistral/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/mistral/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/mistral/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/openai/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/openai/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/openai/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/openai/string_template.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/xai/base_message_param.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/xai/messages.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/xai/shorthand.py +0 -13
- mirascope-1.23.3/examples/integrations/otel/xai/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/agents/human_in_the_loop/base_message_param.py +0 -50
- mirascope-1.23.3/examples/learn/agents/human_in_the_loop/messages.py +0 -50
- mirascope-1.23.3/examples/learn/agents/human_in_the_loop/shorthand.py +0 -50
- mirascope-1.23.3/examples/learn/agents/human_in_the_loop/string_template.py +0 -58
- mirascope-1.23.3/examples/learn/agents/state_management/base_message_param.py +0 -30
- mirascope-1.23.3/examples/learn/agents/state_management/messages.py +0 -30
- mirascope-1.23.3/examples/learn/agents/state_management/provider_agnostic/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/agents/state_management/provider_agnostic/messages.py +0 -34
- mirascope-1.23.3/examples/learn/agents/state_management/provider_agnostic/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/agents/state_management/provider_agnostic/string_template.py +0 -36
- mirascope-1.23.3/examples/learn/agents/state_management/shorthand.py +0 -30
- mirascope-1.23.3/examples/learn/agents/state_management/string_template.py +0 -32
- mirascope-1.23.3/examples/learn/agents/streaming/base_message_param.py +0 -58
- mirascope-1.23.3/examples/learn/agents/streaming/messages.py +0 -58
- mirascope-1.23.3/examples/learn/agents/streaming/shorthand.py +0 -58
- mirascope-1.23.3/examples/learn/agents/streaming/string_template.py +0 -66
- mirascope-1.23.3/examples/learn/agents/tools/base_message_param.py +0 -57
- mirascope-1.23.3/examples/learn/agents/tools/messages.py +0 -57
- mirascope-1.23.3/examples/learn/agents/tools/shorthand.py +0 -57
- mirascope-1.23.3/examples/learn/agents/tools/string_template.py +0 -65
- mirascope-1.23.3/examples/learn/async/basic_usage/base_message_param.py +0 -16
- mirascope-1.23.3/examples/learn/async/basic_usage/messages.py +0 -16
- mirascope-1.23.3/examples/learn/async/basic_usage/shorthand.py +0 -16
- mirascope-1.23.3/examples/learn/async/basic_usage/string_template.py +0 -16
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/anthropic/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/anthropic/messages.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/anthropic/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/anthropic/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/azure/base_message_param.py +0 -13
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/azure/messages.py +0 -13
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/azure/shorthand.py +0 -13
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/azure/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/bedrock/base_message_param.py +0 -17
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/bedrock/messages.py +0 -17
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/bedrock/shorthand.py +0 -17
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/bedrock/string_template.py +0 -17
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/cohere/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/cohere/messages.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/cohere/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/cohere/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/google/base_message_param.py +0 -6
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/google/messages.py +0 -6
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/google/shorthand.py +0 -6
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/google/string_template.py +0 -6
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/groq/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/groq/messages.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/groq/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/groq/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/litellm/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/litellm/messages.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/litellm/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/litellm/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/mistral/base_message_param.py +0 -11
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/mistral/messages.py +0 -11
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/mistral/shorthand.py +0 -11
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/mistral/string_template.py +0 -11
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/openai/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/openai/messages.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/openai/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/openai/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/xai/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/xai/messages.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/xai/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/decorator/xai/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/anthropic/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/anthropic/messages.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/anthropic/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/anthropic/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/azure/base_message_param.py +0 -15
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/azure/messages.py +0 -13
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/azure/shorthand.py +0 -13
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/azure/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/bedrock/base_message_param.py +0 -18
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/bedrock/messages.py +0 -16
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/bedrock/shorthand.py +0 -16
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/bedrock/string_template.py +0 -16
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/cohere/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/cohere/messages.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/cohere/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/cohere/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/google/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/google/messages.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/google/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/google/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/groq/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/groq/messages.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/groq/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/groq/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/litellm/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/litellm/messages.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/litellm/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/litellm/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/mistral/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/mistral/messages.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/mistral/shorthand.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/mistral/string_template.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/openai/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/openai/messages.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/openai/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/openai/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/xai/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/xai/messages.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/xai/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/async/custom_client/dynamic_configuration/xai/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/async/parallel/base_message_param.py +0 -20
- mirascope-1.23.3/examples/learn/async/parallel/messages.py +0 -20
- mirascope-1.23.3/examples/learn/async/parallel/shorthand.py +0 -20
- mirascope-1.23.3/examples/learn/async/parallel/string_template.py +0 -20
- mirascope-1.23.3/examples/learn/async/streams/base_message_param.py +0 -17
- mirascope-1.23.3/examples/learn/async/streams/messages.py +0 -17
- mirascope-1.23.3/examples/learn/async/streams/shorthand.py +0 -17
- mirascope-1.23.3/examples/learn/async/streams/string_template.py +0 -17
- mirascope-1.23.3/examples/learn/async/tools/base_message_param.py +0 -31
- mirascope-1.23.3/examples/learn/async/tools/messages.py +0 -31
- mirascope-1.23.3/examples/learn/async/tools/shorthand.py +0 -31
- mirascope-1.23.3/examples/learn/async/tools/string_template.py +0 -31
- mirascope-1.23.3/examples/learn/calls/basic_usage/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/basic_usage/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/anthropic_sdk.py +0 -17
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/azure_sdk.py +0 -22
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/bedrock_sdk.py +0 -22
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/cohere_sdk.py +0 -15
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/google_sdk.py +0 -15
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/groq_sdk.py +0 -15
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/litellm_sdk.py +0 -13
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/mistral_sdk.py +0 -19
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/openai_sdk.py +0 -15
- mirascope-1.23.3/examples/learn/calls/basic_usage/official_sdk/xai_sdk.py +0 -15
- mirascope-1.23.3/examples/learn/calls/basic_usage/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/basic_usage/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/call_params/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/call_params/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/call_params/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/call_params/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/dynamic_configuration/base_message_param.py +0 -16
- mirascope-1.23.3/examples/learn/calls/dynamic_configuration/messages.py +0 -14
- mirascope-1.23.3/examples/learn/calls/dynamic_configuration/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/calls/dynamic_configuration/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/calls/error_handling/base_message_param.py +0 -13
- mirascope-1.23.3/examples/learn/calls/error_handling/messages.py +0 -13
- mirascope-1.23.3/examples/learn/calls/error_handling/shorthand.py +0 -13
- mirascope-1.23.3/examples/learn/calls/error_handling/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/anthropic/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/anthropic/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/anthropic/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/anthropic/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/azure/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/azure/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/azure/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/azure/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/bedrock/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/bedrock/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/bedrock/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/bedrock/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/cohere/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/cohere/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/cohere/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/cohere/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/google/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/google/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/google/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/google/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/groq/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/groq/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/groq/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/groq/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/litellm/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/litellm/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/litellm/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/litellm/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/mistral/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/mistral/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/mistral/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/mistral/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/openai/base_message_param.py +0 -36
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/openai/messages.py +0 -31
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/openai/shorthand.py +0 -36
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/openai/string_template.py +0 -36
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/xai/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/xai/messages.py +0 -29
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/xai/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/calls/multi_modal_outputs/xai/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/calls/overrides/base_message_param.py +0 -20
- mirascope-1.23.3/examples/learn/calls/overrides/messages.py +0 -20
- mirascope-1.23.3/examples/learn/calls/overrides/shorthand.py +0 -19
- mirascope-1.23.3/examples/learn/calls/overrides/string_template.py +0 -20
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/anthropic/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/anthropic/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/anthropic/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/anthropic/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/azure/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/azure/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/azure/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/azure/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/bedrock/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/bedrock/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/bedrock/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/bedrock/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/cohere/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/cohere/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/cohere/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/cohere/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/google/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/google/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/google/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/google/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/groq/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/groq/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/groq/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/groq/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/litellm/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/litellm/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/litellm/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/litellm/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/mistral/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/mistral/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/mistral/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/mistral/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/openai/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/openai/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/openai/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/openai/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/xai/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/xai/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/xai/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/basic_usage/xai/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/messages.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/azure/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/azure/messages.py +0 -14
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/azure/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/azure/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/base_message_param.py +0 -8
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/messages.py +0 -8
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/shorthand.py +0 -8
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/string_template.py +0 -8
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/cohere/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/cohere/messages.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/cohere/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/cohere/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/google/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/google/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/google/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/google/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/groq/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/groq/messages.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/groq/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/groq/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/litellm/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/litellm/messages.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/litellm/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/litellm/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/mistral/base_message_param.py +0 -20
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/mistral/messages.py +0 -20
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/mistral/shorthand.py +0 -20
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/mistral/string_template.py +0 -20
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/openai/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/openai/messages.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/openai/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/openai/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/xai/base_message_param.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/xai/messages.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/xai/shorthand.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/decorator/xai/string_template.py +0 -7
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/base_message_param.py +0 -15
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/messages.py +0 -13
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/shorthand.py +0 -13
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/messages.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/shorthand.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/string_template.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/messages.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/messages.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/shorthand.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/string_template.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/base_message_param.py +0 -12
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/string_template.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/anthropic_messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/azure_messages.py +0 -11
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/bedrock_messages.py +0 -14
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/cohere_messages.py +0 -11
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/google_messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/groq_messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/litellm_messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/mistral_messages.py +0 -11
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/openai_messages.py +0 -10
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/vertex_messages.py +0 -15
- mirascope-1.23.3/examples/learn/calls/provider_specific/custom_messages/xai_messages.py +0 -10
- mirascope-1.23.3/examples/learn/chaining/advanced_techniques/conditional_chaining.py +0 -45
- mirascope-1.23.3/examples/learn/chaining/advanced_techniques/iterative_chaining.py +0 -53
- mirascope-1.23.3/examples/learn/chaining/advanced_techniques/parallel_chaining.py +0 -54
- mirascope-1.23.3/examples/learn/chaining/computed_fields/base_message_param.py +0 -27
- mirascope-1.23.3/examples/learn/chaining/computed_fields/messages.py +0 -24
- mirascope-1.23.3/examples/learn/chaining/computed_fields/shorthand.py +0 -24
- mirascope-1.23.3/examples/learn/chaining/computed_fields/string_template.py +0 -19
- mirascope-1.23.3/examples/learn/chaining/function_chaining/base_message_param.py +0 -21
- mirascope-1.23.3/examples/learn/chaining/function_chaining/messages.py +0 -16
- mirascope-1.23.3/examples/learn/chaining/function_chaining/shorthand.py +0 -16
- mirascope-1.23.3/examples/learn/chaining/function_chaining/string_template.py +0 -16
- mirascope-1.23.3/examples/learn/chaining/nested_chains/base_message_param.py +0 -21
- mirascope-1.23.3/examples/learn/chaining/nested_chains/messages.py +0 -16
- mirascope-1.23.3/examples/learn/chaining/nested_chains/shorthand.py +0 -16
- mirascope-1.23.3/examples/learn/chaining/nested_chains/string_template.py +0 -16
- mirascope-1.23.3/examples/learn/evals/hardcoded/exact_match.py +0 -9
- mirascope-1.23.3/examples/learn/evals/hardcoded/recall_and_precision.py +0 -20
- mirascope-1.23.3/examples/learn/evals/hardcoded/regex.py +0 -12
- mirascope-1.23.3/examples/learn/evals/llm/base_message_param.py +0 -54
- mirascope-1.23.3/examples/learn/evals/llm/messages.py +0 -51
- mirascope-1.23.3/examples/learn/evals/llm/shorthand.py +0 -49
- mirascope-1.23.3/examples/learn/evals/llm/string_template.py +0 -47
- mirascope-1.23.3/examples/learn/evals/panel/base_message_param.py +0 -60
- mirascope-1.23.3/examples/learn/evals/panel/messages.py +0 -57
- mirascope-1.23.3/examples/learn/evals/panel/shorthand.py +0 -55
- mirascope-1.23.3/examples/learn/evals/panel/string_template.py +0 -52
- mirascope-1.23.3/examples/learn/json_mode/basic_usage/base_message_param.py +0 -17
- mirascope-1.23.3/examples/learn/json_mode/basic_usage/messages.py +0 -13
- mirascope-1.23.3/examples/learn/json_mode/basic_usage/shorthand.py +0 -13
- mirascope-1.23.3/examples/learn/json_mode/basic_usage/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/json_mode/error_handling/base_message_param.py +0 -19
- mirascope-1.23.3/examples/learn/json_mode/error_handling/messages.py +0 -15
- mirascope-1.23.3/examples/learn/json_mode/error_handling/shorthand.py +0 -15
- mirascope-1.23.3/examples/learn/json_mode/error_handling/string_template.py +0 -15
- mirascope-1.23.3/examples/learn/local_models/ollama.py +0 -28
- mirascope-1.23.3/examples/learn/local_models/openai_compatibility/ollama.py +0 -34
- mirascope-1.23.3/examples/learn/local_models/openai_compatibility/vllm.py +0 -34
- mirascope-1.23.3/examples/learn/local_models/vllm.py +0 -28
- mirascope-1.23.3/examples/learn/mcp/books.txt +0 -2
- mirascope-1.23.3/examples/learn/mcp/client.py +0 -50
- mirascope-1.23.3/examples/learn/mcp/server.py +0 -72
- mirascope-1.23.3/examples/learn/mcp/server_decorators.py +0 -58
- mirascope-1.23.3/examples/learn/middleware/with_saving.py +0 -199
- mirascope-1.23.3/examples/learn/output_parsers/additional_examples/json_mode.py +0 -23
- mirascope-1.23.3/examples/learn/output_parsers/additional_examples/regex.py +0 -28
- mirascope-1.23.3/examples/learn/output_parsers/additional_examples/xml.py +0 -55
- mirascope-1.23.3/examples/learn/output_parsers/basic_usage/base_message_param.py +0 -20
- mirascope-1.23.3/examples/learn/output_parsers/basic_usage/messages.py +0 -15
- mirascope-1.23.3/examples/learn/output_parsers/basic_usage/shorthand.py +0 -15
- mirascope-1.23.3/examples/learn/output_parsers/basic_usage/string_template.py +0 -15
- mirascope-1.23.3/examples/learn/prompts/chat_history/base_message_param.py +0 -23
- mirascope-1.23.3/examples/learn/prompts/chat_history/messages.py +0 -19
- mirascope-1.23.3/examples/learn/prompts/chat_history/shorthand.py +0 -19
- mirascope-1.23.3/examples/learn/prompts/chat_history/string_template.py +0 -24
- mirascope-1.23.3/examples/learn/prompts/computed_fields/base_message_param.py +0 -21
- mirascope-1.23.3/examples/learn/prompts/computed_fields/messages.py +0 -18
- mirascope-1.23.3/examples/learn/prompts/computed_fields/shorthand.py +0 -18
- mirascope-1.23.3/examples/learn/prompts/computed_fields/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/prompts/format_specifiers/float_format/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/prompts/format_specifiers/float_format/messages.py +0 -10
- mirascope-1.23.3/examples/learn/prompts/format_specifiers/float_format/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/prompts/format_specifiers/float_format/string_template.py +0 -9
- mirascope-1.23.3/examples/learn/prompts/format_specifiers/lists.py +0 -36
- mirascope-1.23.3/examples/learn/prompts/format_specifiers/parts.py +0 -32
- mirascope-1.23.3/examples/learn/prompts/format_specifiers/texts.py +0 -32
- mirascope-1.23.3/examples/learn/prompts/multi_line/base_message_param.py +0 -22
- mirascope-1.23.3/examples/learn/prompts/multi_line/messages.py +0 -19
- mirascope-1.23.3/examples/learn/prompts/multi_line/shorthand.py +0 -17
- mirascope-1.23.3/examples/learn/prompts/multi_line/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/pydub/base_message_param.py +0 -31
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/pydub/messages.py +0 -23
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/pydub/shorthand.py +0 -21
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/pydub/string_template.py +0 -18
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/wave/base_message_param.py +0 -31
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/wave/messages.py +0 -24
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/wave/shorthand.py +0 -22
- mirascope-1.23.3/examples/learn/prompts/multi_modal/audio/wave/string_template.py +0 -18
- mirascope-1.23.3/examples/learn/prompts/multi_modal/document/base_message_param.py +0 -31
- mirascope-1.23.3/examples/learn/prompts/multi_modal/document/messages.py +0 -29
- mirascope-1.23.3/examples/learn/prompts/multi_modal/document/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/prompts/multi_modal/document/string_template.py +0 -20
- mirascope-1.23.3/examples/learn/prompts/multi_modal/image/base_message_param.py +0 -32
- mirascope-1.23.3/examples/learn/prompts/multi_modal/image/messages.py +0 -23
- mirascope-1.23.3/examples/learn/prompts/multi_modal/image/shorthand.py +0 -21
- mirascope-1.23.3/examples/learn/prompts/multi_modal/image/string_template.py +0 -20
- mirascope-1.23.3/examples/learn/prompts/multiple_messages/base_message_param.py +0 -16
- mirascope-1.23.3/examples/learn/prompts/multiple_messages/messages.py +0 -16
- mirascope-1.23.3/examples/learn/prompts/multiple_messages/shorthand.py +0 -16
- mirascope-1.23.3/examples/learn/prompts/multiple_messages/string_template.py +0 -17
- mirascope-1.23.3/examples/learn/prompts/object_attribute_access/base_message_param.py +0 -22
- mirascope-1.23.3/examples/learn/prompts/object_attribute_access/messages.py +0 -19
- mirascope-1.23.3/examples/learn/prompts/object_attribute_access/shorthand.py +0 -17
- mirascope-1.23.3/examples/learn/prompts/object_attribute_access/string_template.py +0 -16
- mirascope-1.23.3/examples/learn/prompts/single_user_message/base_message_param.py +0 -10
- mirascope-1.23.3/examples/learn/prompts/single_user_message/messages.py +0 -10
- mirascope-1.23.3/examples/learn/prompts/single_user_message/shorthand.py +0 -10
- mirascope-1.23.3/examples/learn/prompts/single_user_message/string_template.py +0 -9
- mirascope-1.23.3/examples/learn/provider_specific_features/anthropic/caching/messages/base_message_param.py +0 -35
- mirascope-1.23.3/examples/learn/provider_specific_features/anthropic/caching/messages/messages.py +0 -31
- mirascope-1.23.3/examples/learn/provider_specific_features/anthropic/caching/messages/shorthand.py +0 -31
- mirascope-1.23.3/examples/learn/provider_specific_features/anthropic/caching/messages/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/provider_specific_features/anthropic/caching/tools.py +0 -23
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/realtime/audio_input_output_manually.py +0 -42
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output.py +0 -35
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output_manually.py +0 -45
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output_tools.py +0 -45
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/realtime/text_input_output.py +0 -23
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/realtime/text_input_output_dynamic_tools.py +0 -38
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/realtime/text_input_output_tools.py +0 -35
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/structured_outputs/response_model.py +0 -18
- mirascope-1.23.3/examples/learn/provider_specific_features/openai/structured_outputs/tools.py +0 -24
- mirascope-1.23.3/examples/learn/response_models/basic_usage/base_message_param.py +0 -25
- mirascope-1.23.3/examples/learn/response_models/basic_usage/messages.py +0 -25
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/anthropic_sdk.py +0 -43
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/azure_sdk.py +0 -51
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/bedrock_sdk.py +0 -53
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/cohere_sdk.py +0 -41
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/google_sdk.py +0 -65
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/groq_sdk.py +0 -44
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/litellm_sdk.py +0 -42
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/mistral_sdk.py +0 -51
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/openai_sdk.py +0 -44
- mirascope-1.23.3/examples/learn/response_models/basic_usage/official_sdk/xai_sdk.py +0 -44
- mirascope-1.23.3/examples/learn/response_models/basic_usage/shorthand.py +0 -25
- mirascope-1.23.3/examples/learn/response_models/basic_usage/string_template.py +0 -25
- mirascope-1.23.3/examples/learn/response_models/builtin_types/base_message_param.py +0 -16
- mirascope-1.23.3/examples/learn/response_models/builtin_types/messages.py +0 -16
- mirascope-1.23.3/examples/learn/response_models/builtin_types/shorthand.py +0 -16
- mirascope-1.23.3/examples/learn/response_models/builtin_types/string_template.py +0 -16
- mirascope-1.23.3/examples/learn/response_models/few_shot_examples/base_message_param.py +0 -30
- mirascope-1.23.3/examples/learn/response_models/few_shot_examples/messages.py +0 -27
- mirascope-1.23.3/examples/learn/response_models/few_shot_examples/shorthand.py +0 -25
- mirascope-1.23.3/examples/learn/response_models/few_shot_examples/string_template.py +0 -25
- mirascope-1.23.3/examples/learn/response_models/from_call_args/base_message_param.py +0 -47
- mirascope-1.23.3/examples/learn/response_models/from_call_args/messages.py +0 -43
- mirascope-1.23.3/examples/learn/response_models/from_call_args/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/response_models/from_call_args/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/response_models/json_mode/base_message_param.py +0 -19
- mirascope-1.23.3/examples/learn/response_models/json_mode/messages.py +0 -19
- mirascope-1.23.3/examples/learn/response_models/json_mode/shorthand.py +0 -19
- mirascope-1.23.3/examples/learn/response_models/json_mode/string_template.py +0 -19
- mirascope-1.23.3/examples/learn/response_models/streaming/base_message_param.py +0 -30
- mirascope-1.23.3/examples/learn/response_models/streaming/messages.py +0 -30
- mirascope-1.23.3/examples/learn/response_models/streaming/shorthand.py +0 -30
- mirascope-1.23.3/examples/learn/response_models/streaming/string_template.py +0 -30
- mirascope-1.23.3/examples/learn/response_models/validation/base_message_param.py +0 -39
- mirascope-1.23.3/examples/learn/response_models/validation/messages.py +0 -39
- mirascope-1.23.3/examples/learn/response_models/validation/shorthand.py +0 -39
- mirascope-1.23.3/examples/learn/response_models/validation/string_template.py +0 -39
- mirascope-1.23.3/examples/learn/retries/calls/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/retries/calls/messages.py +0 -14
- mirascope-1.23.3/examples/learn/retries/calls/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/retries/calls/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/retries/error_reinsertion/base_message_param.py +0 -38
- mirascope-1.23.3/examples/learn/retries/error_reinsertion/messages.py +0 -38
- mirascope-1.23.3/examples/learn/retries/error_reinsertion/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/retries/error_reinsertion/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/retries/fallback/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/retries/fallback/messages.py +0 -29
- mirascope-1.23.3/examples/learn/retries/fallback/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/retries/fallback/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/retries/fallback_retries/base_message_param.py +0 -41
- mirascope-1.23.3/examples/learn/retries/fallback_retries/messages.py +0 -41
- mirascope-1.23.3/examples/learn/retries/fallback_retries/shorthand.py +0 -41
- mirascope-1.23.3/examples/learn/retries/fallback_retries/string_template.py +0 -41
- mirascope-1.23.3/examples/learn/retries/streams/base_message_param.py +0 -19
- mirascope-1.23.3/examples/learn/retries/streams/messages.py +0 -19
- mirascope-1.23.3/examples/learn/retries/streams/shorthand.py +0 -19
- mirascope-1.23.3/examples/learn/retries/streams/string_template.py +0 -19
- mirascope-1.23.3/examples/learn/retries/tools/base_message_param.py +0 -32
- mirascope-1.23.3/examples/learn/retries/tools/messages.py +0 -32
- mirascope-1.23.3/examples/learn/retries/tools/shorthand.py +0 -32
- mirascope-1.23.3/examples/learn/retries/tools/string_template.py +0 -32
- mirascope-1.23.3/examples/learn/streams/basic_usage/base_message_param.py +0 -16
- mirascope-1.23.3/examples/learn/streams/basic_usage/messages.py +0 -16
- mirascope-1.23.3/examples/learn/streams/basic_usage/shorthand.py +0 -16
- mirascope-1.23.3/examples/learn/streams/basic_usage/string_template.py +0 -16
- mirascope-1.23.3/examples/learn/streams/error_handling/anthropic/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/anthropic/messages.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/anthropic/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/anthropic/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/azure/base_message_param.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/azure/messages.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/azure/shorthand.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/azure/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/bedrock/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/bedrock/messages.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/bedrock/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/bedrock/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/cohere/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/cohere/messages.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/cohere/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/cohere/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/google/base_message_param.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/google/messages.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/google/shorthand.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/google/string_template.py +0 -13
- mirascope-1.23.3/examples/learn/streams/error_handling/groq/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/groq/messages.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/groq/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/groq/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/litellm/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/litellm/messages.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/litellm/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/litellm/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/mistral/base_message_param.py +0 -18
- mirascope-1.23.3/examples/learn/streams/error_handling/mistral/messages.py +0 -18
- mirascope-1.23.3/examples/learn/streams/error_handling/mistral/shorthand.py +0 -18
- mirascope-1.23.3/examples/learn/streams/error_handling/mistral/string_template.py +0 -18
- mirascope-1.23.3/examples/learn/streams/error_handling/openai/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/openai/messages.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/openai/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/openai/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/xai/base_message_param.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/xai/messages.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/xai/shorthand.py +0 -14
- mirascope-1.23.3/examples/learn/streams/error_handling/xai/string_template.py +0 -14
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/anthropic/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/anthropic/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/anthropic/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/anthropic/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/azure/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/azure/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/azure/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/azure/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/bedrock/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/bedrock/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/bedrock/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/bedrock/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/cohere/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/cohere/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/cohere/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/cohere/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/wave/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/wave/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/wave/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/google/wave/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/pydub/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/pydub/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/pydub/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/pydub/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/wave/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/wave/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/wave/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/groq/wave/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/pydub/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/pydub/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/pydub/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/pydub/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/wave/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/wave/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/wave/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/litellm/wave/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/pydub/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/pydub/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/pydub/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/pydub/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/wave/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/wave/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/wave/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/mistral/wave/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/openai/base_message_param.py +0 -45
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/openai/messages.py +0 -45
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/openai/shorthand.py +0 -45
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/openai/string_template.py +0 -45
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/messages.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/pydub/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/pydub/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/pydub/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/pydub/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/wave/base_message_param.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/wave/messages.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/wave/shorthand.py +0 -1
- mirascope-1.23.3/examples/learn/streams/multi_modal_outputs/xai/wave/string_template.py +0 -1
- mirascope-1.23.3/examples/learn/tools/basic_usage/base_tool/base_message_param.py +0 -30
- mirascope-1.23.3/examples/learn/tools/basic_usage/base_tool/messages.py +0 -30
- mirascope-1.23.3/examples/learn/tools/basic_usage/base_tool/shorthand.py +0 -30
- mirascope-1.23.3/examples/learn/tools/basic_usage/base_tool/string_template.py +0 -30
- mirascope-1.23.3/examples/learn/tools/basic_usage/function/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/basic_usage/function/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/basic_usage/function/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/basic_usage/function/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/anthropic_sdk.py +0 -43
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/azure_sdk.py +0 -52
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/bedrock_sdk.py +0 -63
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/cohere_sdk.py +0 -41
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/google_sdk.py +0 -51
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/groq_sdk.py +0 -43
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/litellm_sdk.py +0 -41
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/mistral_sdk.py +0 -49
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/openai_sdk.py +0 -43
- mirascope-1.23.3/examples/learn/tools/basic_usage/official_sdk/xai_sdk.py +0 -43
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/base_tool/base_message_param.py +0 -36
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/base_tool/messages.py +0 -36
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/base_tool/shorthand.py +0 -36
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/base_tool/string_template.py +0 -36
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/function/base_message_param.py +0 -43
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/function/messages.py +0 -43
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/function/shorthand.py +0 -43
- mirascope-1.23.3/examples/learn/tools/few_shot_examples/function/string_template.py +0 -43
- mirascope-1.23.3/examples/learn/tools/parallel/base_tool/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/parallel/base_tool/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/parallel/base_tool/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/parallel/base_tool/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/parallel/function/base_message_param.py +0 -28
- mirascope-1.23.3/examples/learn/tools/parallel/function/messages.py +0 -28
- mirascope-1.23.3/examples/learn/tools/parallel/function/shorthand.py +0 -28
- mirascope-1.23.3/examples/learn/tools/parallel/function/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/azure/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/azure/messages.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/azure/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/azure/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/base_message_param.py +0 -37
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/bedrock/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/bedrock/messages.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/bedrock/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/bedrock/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/cohere/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/cohere/messages.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/cohere/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/cohere/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/google/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/google/messages.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/google/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/google/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/litellm/base_message_param.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/litellm/messages.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/litellm/shorthand.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/litellm/string_template.py +0 -34
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/messages.py +0 -37
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/shorthand.py +0 -37
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/base_tool/string_template.py +0 -37
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/azure/base_message_param.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/azure/messages.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/azure/shorthand.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/azure/string_template.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/base_message_param.py +0 -36
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/bedrock/base_message_param.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/bedrock/messages.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/bedrock/shorthand.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/bedrock/string_template.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/cohere/base_message_param.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/cohere/messages.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/cohere/shorthand.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/cohere/string_template.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/google/base_message_param.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/google/messages.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/google/shorthand.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/google/string_template.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/litellm/base_message_param.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/litellm/messages.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/litellm/shorthand.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/litellm/string_template.py +0 -33
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/messages.py +0 -36
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/shorthand.py +0 -36
- mirascope-1.23.3/examples/learn/tools/partial_tool_streams/function/string_template.py +0 -36
- mirascope-1.23.3/examples/learn/tools/pre_made_toolkit/base_message_param.py +0 -24
- mirascope-1.23.3/examples/learn/tools/pre_made_toolkit/messages.py +0 -23
- mirascope-1.23.3/examples/learn/tools/pre_made_toolkit/shorthand.py +0 -23
- mirascope-1.23.3/examples/learn/tools/pre_made_toolkit/string_template.py +0 -19
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/basic_usage/base_message_param.py +0 -16
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/basic_usage/messages.py +0 -12
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/basic_usage/shorthand.py +0 -12
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/basic_usage/string_template.py +0 -12
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/custom_config/base_message_param.py +0 -19
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/custom_config/messages.py +0 -15
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/custom_config/shorthand.py +0 -15
- mirascope-1.23.3/examples/learn/tools/pre_made_tools/custom_config/string_template.py +0 -15
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/azure/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/azure/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/azure/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/azure/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/bedrock/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/bedrock/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/bedrock/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/bedrock/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/cohere/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/cohere/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/cohere/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/cohere/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/google/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/google/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/google/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/google/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/litellm/base_message_param.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/litellm/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/litellm/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/litellm/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/messages.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/shorthand.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/base_tool/string_template.py +0 -29
- mirascope-1.23.3/examples/learn/tools/streams/function/azure/base_message_param.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/azure/messages.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/azure/shorthand.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/azure/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/base_message_param.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/bedrock/base_message_param.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/bedrock/messages.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/bedrock/shorthand.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/bedrock/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/cohere/base_message_param.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/cohere/messages.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/cohere/shorthand.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/cohere/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/google/base_message_param.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/google/messages.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/google/shorthand.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/google/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/litellm/base_message_param.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/litellm/messages.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/litellm/shorthand.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/litellm/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/messages.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/shorthand.py +0 -28
- mirascope-1.23.3/examples/learn/tools/streams/function/string_template.py +0 -28
- mirascope-1.23.3/examples/learn/tools/tool_message_params/base_tool/base_message_param.py +0 -35
- mirascope-1.23.3/examples/learn/tools/tool_message_params/base_tool/messages.py +0 -33
- mirascope-1.23.3/examples/learn/tools/tool_message_params/base_tool/shorthand.py +0 -33
- mirascope-1.23.3/examples/learn/tools/tool_message_params/base_tool/string_template.py +0 -42
- mirascope-1.23.3/examples/learn/tools/tool_message_params/converted.py +0 -30
- mirascope-1.23.3/examples/learn/tools/tool_message_params/function/base_message_param.py +0 -32
- mirascope-1.23.3/examples/learn/tools/tool_message_params/function/messages.py +0 -30
- mirascope-1.23.3/examples/learn/tools/tool_message_params/function/shorthand.py +0 -30
- mirascope-1.23.3/examples/learn/tools/tool_message_params/function/string_template.py +0 -33
- mirascope-1.23.3/examples/learn/tools/toolkit/base_message_param.py +0 -44
- mirascope-1.23.3/examples/learn/tools/toolkit/messages.py +0 -42
- mirascope-1.23.3/examples/learn/tools/toolkit/shorthand.py +0 -42
- mirascope-1.23.3/examples/learn/tools/toolkit/string_template.py +0 -40
- mirascope-1.23.3/examples/learn/tools/validation/base_tool/base_message_param.py +0 -44
- mirascope-1.23.3/examples/learn/tools/validation/base_tool/messages.py +0 -44
- mirascope-1.23.3/examples/learn/tools/validation/base_tool/shorthand.py +0 -44
- mirascope-1.23.3/examples/learn/tools/validation/base_tool/string_template.py +0 -44
- mirascope-1.23.3/examples/learn/tools/validation/function/base_message_param.py +0 -42
- mirascope-1.23.3/examples/learn/tools/validation/function/messages.py +0 -42
- mirascope-1.23.3/examples/learn/tools/validation/function/shorthand.py +0 -42
- mirascope-1.23.3/examples/learn/tools/validation/function/string_template.py +0 -42
- mirascope-1.23.3/examples/ruff.toml +0 -2
- mirascope-1.23.3/mkdocs.yml +0 -443
- mirascope-1.23.3/scripts/serve_docs_dev.py +0 -81
- mirascope-1.23.3/tests/docs/test_generate_provider_examples.py +0 -436
- mirascope-1.23.3/tests/docs/test_missing_snippets.py +0 -30
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/ISSUE_TEMPLATE/question.yml +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/workflows/label_issues.yml +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/workflows/release.yml +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.github/workflows/tests.yml +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.gitignore +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.vscode/extensions.json +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.vscode/launch.json +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/.vscode/settings.json +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/LICENSE +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/anthropic/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/anthropic/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/anthropic/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/anthropic/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/anthropic/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/anthropic/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/anthropic/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/azure/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/azure/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/azure/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/azure/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/azure/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/azure/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/azure/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/call_factory.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/merge_decorators.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/message_param.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/metadata.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/prompt.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/structured_stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/toolkit.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/base/types.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/bedrock/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/bedrock/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/bedrock/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/bedrock/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/bedrock/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/bedrock/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/bedrock/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/cohere/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/cohere/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/cohere/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/cohere/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/cohere/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/cohere/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/cohere/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/costs/calculate_cost.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/google/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/google/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/google/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/google/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/google/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/google/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/google/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/groq/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/groq/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/groq/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/groq/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/groq/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/groq/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/groq/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/litellm/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/litellm/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/litellm/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/litellm/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/litellm/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/litellm/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/litellm/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/mistral/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/mistral/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/mistral/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/mistral/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/mistral/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/mistral/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/mistral/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/openai/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/openai/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/openai/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/openai/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/openai/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/openai/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/openai/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/xai/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/xai/call_params.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/xai/call_response.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/xai/call_response_chunk.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/xai/dynamic_config.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/xai/stream.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/core/xai/tool.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/llm/call.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/tools/system/docker_operation.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/tools/system/file_system.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/tools/web/duckduckgo.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/tools/web/httpx.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/tools/web/parse_url_content.md +0 -0
- {mirascope-1.23.3/docs/api → mirascope-1.24.0/api_ref}/tools/web/requests.md +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/realtime/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/realtime/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/realtime/_utils/_audio.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/realtime/_utils/_protocols.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/realtime/realtime.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/realtime/recording.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/openai/realtime/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/chunkers/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/chunkers/base_chunker.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/chunkers/text_chunker.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/document.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/embedders.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/embedding_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/embedding_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/query_results.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/vectorstore_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/base/vectorstores.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/chroma/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/chroma/types.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/chroma/vectorstores.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/cohere/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/cohere/embedders.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/cohere/embedding_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/cohere/embedding_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/cohere/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/openai/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/openai/embedders.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/openai/embedding_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/openai/embedding_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/openai/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/pinecone/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/pinecone/types.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/pinecone/vectorstores.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/weaviate/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/weaviate/types.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/beta/rag/weaviate/vectorstores.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/anthropic/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_get_credential.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/azure/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_call_factory.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_create.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_extract.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_extract_with_tools.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_partial.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_base_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_base_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_convert_function_to_base_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_convert_provider_finish_reason_to_finish_reason.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_default_tool_docstring.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_extract_tool_return.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_fn_is_async.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_format_template.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_audio_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_common_usage.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_document_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_dynamic_configuration.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_fields_from_call_args.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_fn_args.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_image_dimensions.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_image_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_metadata.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_possible_user_message_param.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_prompt_template.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_template_values.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_template_variables.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_is_prompt_template.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_json_mode_content.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_messages_decorator.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_parse_content_template.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_parse_prompt_messages.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_pil_image_to_bytes.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_protocols.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/_utils/_setup_extract_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/from_call_args.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/merge_decorators.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/metadata.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/prompt.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/response_model_config_dict.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/stream_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/structured_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/toolkit.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/base/types.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_types.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/bedrock/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_types.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/cohere/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_anthropic_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_azure_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_bedrock_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_cohere_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_gemini_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_google_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_groq_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_litellm_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_mistral_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_openai_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_vertex_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/_xai_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/costs/calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/gemini/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/groq/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/litellm/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/mistral/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/openai/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_call_kwargs.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/vertex/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/_utils/_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/dynamic_config.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/xai/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/experimental/graphs/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/experimental/graphs/finite_state_machine.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/_middleware_factory.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/langfuse/_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/langfuse/_with_langfuse.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/logfire/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/logfire/_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/logfire/_with_logfire.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/otel/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/otel/_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/otel/_with_hyperdx.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/otel/_with_otel.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/integrations/tenacity.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/_context.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/_override.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/_protocols.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/_response_metaclass.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/llm/tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/mcp/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/mcp/_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/mcp/client.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/mcp/server.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/mcp/tools.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/py.typed +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/retries/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/retries/fallback.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/retries/tenacity.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/base.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/system/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/system/_docker_operation.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/system/_file_system.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/web/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/web/_duckduckgo.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/web/_httpx.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/web/_parse_url_content.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/tools/web/_requests.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/anthropic.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/base/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/base/calls.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/base/extractors.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/base/ops_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/base/prompts.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/base/types.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/base/utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/mirascope/v0/openai.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/conftest.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/anthropic/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/test_get_credential.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/azure/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_base_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_convert_base_model_to_base_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_convert_base_type_to_base_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_convert_function_to_base_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_convert_messages_to_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_extract_tool_return.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_format_template.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_audio_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_create_fn_or_async_create_fn.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_document_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_dynamic_configuration.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_fields_from_call_args.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_fn_args.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_image_dimensions.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_image_type.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_metadata.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_possible_user_message_param.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_prompt_template.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_template_values.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_template_variables.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_get_unsupported_tool_config_keys.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_json_mode_content.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_message_decorator.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_parse_content_template.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_parse_prompt_messages.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_pil_image_to_bytes.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/_utils/test_setup_extract_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/conftest.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_call_factory.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_create.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_extract.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_extract_with_tools.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_merge_decorators.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_partial.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_prompt.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_structured_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/base/test_toolkit.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/conftest.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/bedrock/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/cohere/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_anthropic_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_azure_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_bedrock_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_calculation_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_cohere_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_gemini_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_google_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_groq_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_mistral_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_openai_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_vertex_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/costs/test_xai_calculate_cost.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/gemini/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/google/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/groq/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/litellm/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/litellm/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/litellm/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/litellm/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/litellm/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/litellm/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/mistral/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/openai/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/_utils/test_convert_common_call_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/_utils/test_convert_message_params.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/_utils/test_get_json_output.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/_utils/test_handle_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/_utils/test_message_param_converter.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/vertex/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/xai/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/xai/_utils/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/xai/_utils/test_setup_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/xai/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/xai/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/core/xai/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/langfuse/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/langfuse/test_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/langfuse/test_with_langfuse.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/logfire/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/logfire/test_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/logfire/test_with_logfire.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/otel/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/otel/test_utils.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/otel/test_with_hyperdx.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/otel/test_with_otel.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/integrations/test_middleware_factory.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_call.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_call_response.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_call_response_chunk.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_context.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_override.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_response_metaclass.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_stream.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/llm/test_tool.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/mcp/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/mcp/test_client.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/mcp/test_server.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/retries/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/retries/test_fallback.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/retries/test_tenacity.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/test_base.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/test_docker_operation_toolkit.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/test_filesystem_toolkit.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/web/__init__.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/web/test_duckduckgo.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/web/test_httpx.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/web/test_parse_url_content.py +0 -0
- {mirascope-1.23.3 → mirascope-1.24.0}/tests/tools/web/test_requests.py +0 -0
|
@@ -19,8 +19,6 @@ jobs:
|
|
|
19
19
|
steps:
|
|
20
20
|
- uses: actions/checkout@v3
|
|
21
21
|
- uses: codespell-project/actions-codespell@v2
|
|
22
|
-
with:
|
|
23
|
-
exclude_file: "docs/tutorials/evals/evaluating_web_search_agent.ipynb,docs/tutorials/agents/web_search_agent.ipynb,docs/tutorials/more_advanced/knowledge_graph.ipynb"
|
|
24
22
|
|
|
25
23
|
- name: Set up uv
|
|
26
24
|
run: curl -LsSf https://astral.sh/uv/0.6.10/install.sh | sh
|
|
@@ -5,7 +5,6 @@ repos:
|
|
|
5
5
|
- id: codespell
|
|
6
6
|
additional_dependencies:
|
|
7
7
|
- tomli
|
|
8
|
-
exclude: "docs/tutorials/more_advanced/knowledge_graph.ipynb|docs/tutorials/evals/evaluating_web_search_agent.ipynb|docs/tutorials/agents/web_search_agent.ipynb|docs/blog/posts/llm-prompt.md"
|
|
9
8
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
10
9
|
rev: "v0.9.7"
|
|
11
10
|
hooks:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mirascope
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.24.0
|
|
4
4
|
Summary: LLM abstractions that aren't obstructions
|
|
5
5
|
Project-URL: Homepage, https://mirascope.com
|
|
6
6
|
Project-URL: Documentation, https://mirascope.com/WELCOME
|
|
@@ -101,19 +101,19 @@ Provides-Extra: xai
|
|
|
101
101
|
Requires-Dist: openai<2,>=1.6.0; extra == 'xai'
|
|
102
102
|
Description-Content-Type: text/markdown
|
|
103
103
|
|
|
104
|
-
<
|
|
105
|
-
<a href="https://mirascope.com">
|
|
106
|
-
<img
|
|
104
|
+
<p align="center">
|
|
105
|
+
<a href="https://mirascope.com/#mirascope">
|
|
106
|
+
<img src="https://github.com/user-attachments/assets/58b04850-8f30-40a6-be68-96ed2aa9b6d8" />
|
|
107
107
|
</a>
|
|
108
|
-
</
|
|
108
|
+
</p>
|
|
109
109
|
|
|
110
110
|
<p align="center">
|
|
111
111
|
<a href="https://github.com/Mirascope/mirascope/actions/workflows/tests.yml" target="_blank"><img src="https://github.com/Mirascope/mirascope/actions/workflows/tests.yml/badge.svg?branch=main" alt="Tests"/></a>
|
|
112
112
|
<a href="https://codecov.io/github/Mirascope/mirascope" target="_blank"><img src="https://codecov.io/github/Mirascope/mirascope/graph/badge.svg?token=HAEAWT3KC9" alt="Coverage"/></a>
|
|
113
|
-
<a href="https://mirascope.com/
|
|
113
|
+
<a href="https://mirascope.com/docs/mirascope" target="_blank"><img src="https://img.shields.io/badge/docs-available-brightgreen" alt="Docs"/></a>
|
|
114
114
|
<a href="https://pypi.python.org/pypi/mirascope" target="_blank"><img src="https://img.shields.io/pypi/v/mirascope.svg" alt="PyPI Version"/></a>
|
|
115
115
|
<a href="https://pypi.python.org/pypi/mirascope" target="_blank"><img src="https://img.shields.io/pypi/pyversions/mirascope.svg" alt="Stars"/></a>
|
|
116
|
-
<a href="https://github.com/Mirascope/mirascope/
|
|
116
|
+
<a href="https://github.com/Mirascope/mirascope/tree/main/LICENSE"><img src="https://img.shields.io/github/license/Mirascope/mirascope.svg" alt="License"/></a>
|
|
117
117
|
<a href="https://github.com/Mirascope/mirascope/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/Mirascope/mirascope.svg" alt="Stars"/></a>
|
|
118
118
|
</p>
|
|
119
119
|
|
|
@@ -154,7 +154,7 @@ print(book)
|
|
|
154
154
|
|
|
155
155
|
## Tutorials
|
|
156
156
|
|
|
157
|
-
Check out our [quickstart tutorial](https://mirascope.com/
|
|
157
|
+
Check out our [quickstart tutorial](https://mirascope.com/docs/mirascope/getting-started/quickstart) and many other tutorials for an interactive way to getting started with Mirascope.
|
|
158
158
|
|
|
159
159
|
## Usage
|
|
160
160
|
|
|
@@ -166,4 +166,4 @@ Mirascope uses [Semantic Versioning](https://semver.org/).
|
|
|
166
166
|
|
|
167
167
|
## Licence
|
|
168
168
|
|
|
169
|
-
This project is licensed under the terms of the [MIT License](https://github.com/Mirascope/mirascope/
|
|
169
|
+
This project is licensed under the terms of the [MIT License](https://github.com/Mirascope/mirascope/tree/main/LICENSE).
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<
|
|
2
|
-
<a href="https://mirascope.com">
|
|
3
|
-
<img
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://mirascope.com/#mirascope">
|
|
3
|
+
<img src="https://github.com/user-attachments/assets/58b04850-8f30-40a6-be68-96ed2aa9b6d8" />
|
|
4
4
|
</a>
|
|
5
|
-
</
|
|
5
|
+
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://github.com/Mirascope/mirascope/actions/workflows/tests.yml" target="_blank"><img src="https://github.com/Mirascope/mirascope/actions/workflows/tests.yml/badge.svg?branch=main" alt="Tests"/></a>
|
|
9
9
|
<a href="https://codecov.io/github/Mirascope/mirascope" target="_blank"><img src="https://codecov.io/github/Mirascope/mirascope/graph/badge.svg?token=HAEAWT3KC9" alt="Coverage"/></a>
|
|
10
|
-
<a href="https://mirascope.com/
|
|
10
|
+
<a href="https://mirascope.com/docs/mirascope" target="_blank"><img src="https://img.shields.io/badge/docs-available-brightgreen" alt="Docs"/></a>
|
|
11
11
|
<a href="https://pypi.python.org/pypi/mirascope" target="_blank"><img src="https://img.shields.io/pypi/v/mirascope.svg" alt="PyPI Version"/></a>
|
|
12
12
|
<a href="https://pypi.python.org/pypi/mirascope" target="_blank"><img src="https://img.shields.io/pypi/pyversions/mirascope.svg" alt="Stars"/></a>
|
|
13
|
-
<a href="https://github.com/Mirascope/mirascope/
|
|
13
|
+
<a href="https://github.com/Mirascope/mirascope/tree/main/LICENSE"><img src="https://img.shields.io/github/license/Mirascope/mirascope.svg" alt="License"/></a>
|
|
14
14
|
<a href="https://github.com/Mirascope/mirascope/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/Mirascope/mirascope.svg" alt="Stars"/></a>
|
|
15
15
|
</p>
|
|
16
16
|
|
|
@@ -51,7 +51,7 @@ print(book)
|
|
|
51
51
|
|
|
52
52
|
## Tutorials
|
|
53
53
|
|
|
54
|
-
Check out our [quickstart tutorial](https://mirascope.com/
|
|
54
|
+
Check out our [quickstart tutorial](https://mirascope.com/docs/mirascope/getting-started/quickstart) and many other tutorials for an interactive way to getting started with Mirascope.
|
|
55
55
|
|
|
56
56
|
## Usage
|
|
57
57
|
|
|
@@ -63,4 +63,4 @@ Mirascope uses [Semantic Versioning](https://semver.org/).
|
|
|
63
63
|
|
|
64
64
|
## Licence
|
|
65
65
|
|
|
66
|
-
This project is licensed under the terms of the [MIT License](https://github.com/Mirascope/mirascope/
|
|
66
|
+
This project is licensed under the terms of the [MIT License](https://github.com/Mirascope/mirascope/tree/main/LICENSE).
|
|
@@ -15,6 +15,7 @@ from .core import (
|
|
|
15
15
|
BaseToolKit,
|
|
16
16
|
CacheControlPart,
|
|
17
17
|
DocumentPart,
|
|
18
|
+
DocumentURLPart,
|
|
18
19
|
ImagePart,
|
|
19
20
|
ImageURLPart,
|
|
20
21
|
LocalProvider,
|
|
@@ -43,6 +44,7 @@ __all__ = [
|
|
|
43
44
|
"BaseToolKit",
|
|
44
45
|
"CacheControlPart",
|
|
45
46
|
"DocumentPart",
|
|
47
|
+
"DocumentURLPart",
|
|
46
48
|
"ImagePart",
|
|
47
49
|
"ImageURLPart",
|
|
48
50
|
"LocalProvider",
|
|
@@ -16,6 +16,7 @@ from .base import (
|
|
|
16
16
|
CacheControlPart,
|
|
17
17
|
CostMetadata,
|
|
18
18
|
DocumentPart,
|
|
19
|
+
DocumentURLPart,
|
|
19
20
|
FromCallArgs,
|
|
20
21
|
ImagePart,
|
|
21
22
|
ImageURLPart,
|
|
@@ -77,6 +78,7 @@ __all__ = [
|
|
|
77
78
|
"CacheControlPart",
|
|
78
79
|
"CostMetadata",
|
|
79
80
|
"DocumentPart",
|
|
81
|
+
"DocumentURLPart",
|
|
80
82
|
"FromCallArgs",
|
|
81
83
|
"ImagePart",
|
|
82
84
|
"ImageURLPart",
|
|
@@ -16,6 +16,7 @@ from .message_param import (
|
|
|
16
16
|
BaseMessageParam,
|
|
17
17
|
CacheControlPart,
|
|
18
18
|
DocumentPart,
|
|
19
|
+
DocumentURLPart,
|
|
19
20
|
ImagePart,
|
|
20
21
|
ImageURLPart,
|
|
21
22
|
TextPart,
|
|
@@ -59,6 +60,7 @@ __all__ = [
|
|
|
59
60
|
"CommonCallParams",
|
|
60
61
|
"CostMetadata",
|
|
61
62
|
"DocumentPart",
|
|
63
|
+
"DocumentURLPart",
|
|
62
64
|
"FromCallArgs",
|
|
63
65
|
"GenerateJsonSchemaNoTitles",
|
|
64
66
|
"ImagePart",
|
|
@@ -14,6 +14,7 @@ from ..message_param import (
|
|
|
14
14
|
BaseMessageParam,
|
|
15
15
|
CacheControlPart,
|
|
16
16
|
DocumentPart,
|
|
17
|
+
DocumentURLPart,
|
|
17
18
|
ImagePart,
|
|
18
19
|
ImageURLPart,
|
|
19
20
|
TextPart,
|
|
@@ -37,7 +38,8 @@ def _convert_message_sequence_part_to_content_part(
|
|
|
37
38
|
| AudioURLPart
|
|
38
39
|
| AudioSegment
|
|
39
40
|
| Wave_read
|
|
40
|
-
| DocumentPart
|
|
41
|
+
| DocumentPart
|
|
42
|
+
| DocumentURLPart,
|
|
41
43
|
) -> (
|
|
42
44
|
TextPart
|
|
43
45
|
| ImagePart
|
|
@@ -45,6 +47,7 @@ def _convert_message_sequence_part_to_content_part(
|
|
|
45
47
|
| AudioPart
|
|
46
48
|
| AudioURLPart
|
|
47
49
|
| CacheControlPart
|
|
50
|
+
| DocumentURLPart
|
|
48
51
|
| DocumentPart
|
|
49
52
|
):
|
|
50
53
|
if isinstance(message_sequence_part, str):
|
|
@@ -57,7 +60,8 @@ def _convert_message_sequence_part_to_content_part(
|
|
|
57
60
|
| AudioPart
|
|
58
61
|
| AudioURLPart
|
|
59
62
|
| CacheControlPart
|
|
60
|
-
| DocumentPart
|
|
63
|
+
| DocumentPart
|
|
64
|
+
| DocumentURLPart,
|
|
61
65
|
):
|
|
62
66
|
return message_sequence_part
|
|
63
67
|
elif has_pil_module and isinstance(message_sequence_part, Image.Image):
|
|
@@ -107,6 +111,7 @@ def convert_message_content_to_message_param_content(
|
|
|
107
111
|
| AudioSegment
|
|
108
112
|
| Wave_read
|
|
109
113
|
| DocumentPart
|
|
114
|
+
| DocumentURLPart,
|
|
110
115
|
],
|
|
111
116
|
) -> (
|
|
112
117
|
list[
|
|
@@ -117,6 +122,7 @@ def convert_message_content_to_message_param_content(
|
|
|
117
122
|
| AudioURLPart
|
|
118
123
|
| CacheControlPart
|
|
119
124
|
| DocumentPart
|
|
125
|
+
| DocumentURLPart,
|
|
120
126
|
]
|
|
121
127
|
| str
|
|
122
128
|
):
|
|
@@ -151,6 +157,7 @@ def convert_messages_to_message_params(
|
|
|
151
157
|
| AudioSegment
|
|
152
158
|
| Wave_read
|
|
153
159
|
| DocumentPart
|
|
160
|
+
| DocumentURLPart,
|
|
154
161
|
]
|
|
155
162
|
| list[BaseMessageParam]
|
|
156
163
|
| BaseMessageParam,
|
|
@@ -103,6 +103,18 @@ class DocumentPart(BaseModel):
|
|
|
103
103
|
document: bytes
|
|
104
104
|
|
|
105
105
|
|
|
106
|
+
class DocumentURLPart(BaseModel):
|
|
107
|
+
"""A content part for documents with a URL.
|
|
108
|
+
|
|
109
|
+
Attributes:
|
|
110
|
+
type: Always "document_url"
|
|
111
|
+
url: The URL to the document
|
|
112
|
+
"""
|
|
113
|
+
|
|
114
|
+
type: Literal["document_url"]
|
|
115
|
+
url: str
|
|
116
|
+
|
|
117
|
+
|
|
106
118
|
class ToolCallPart(BaseModel):
|
|
107
119
|
"""A content part for tool.
|
|
108
120
|
|
|
@@ -156,6 +168,7 @@ class BaseMessageParam(BaseModel):
|
|
|
156
168
|
| AudioURLPart
|
|
157
169
|
| CacheControlPart
|
|
158
170
|
| DocumentPart
|
|
171
|
+
| DocumentURLPart
|
|
159
172
|
| ToolCallPart
|
|
160
173
|
| ToolResultPart
|
|
161
174
|
]
|
|
@@ -14,6 +14,7 @@ from .message_param import (
|
|
|
14
14
|
BaseMessageParam,
|
|
15
15
|
CacheControlPart,
|
|
16
16
|
DocumentPart,
|
|
17
|
+
DocumentURLPart,
|
|
17
18
|
ImagePart,
|
|
18
19
|
ImageURLPart,
|
|
19
20
|
TextPart,
|
|
@@ -36,6 +37,7 @@ class Messages:
|
|
|
36
37
|
| AudioSegment
|
|
37
38
|
| Wave_read
|
|
38
39
|
| DocumentPart
|
|
40
|
+
| DocumentURLPart
|
|
39
41
|
]
|
|
40
42
|
| list[BaseMessageParam | Any]
|
|
41
43
|
| BaseMessageParam
|
|
@@ -57,6 +59,7 @@ class Messages:
|
|
|
57
59
|
| AudioSegment
|
|
58
60
|
| Wave_read
|
|
59
61
|
| DocumentPart
|
|
62
|
+
| DocumentURLPart
|
|
60
63
|
],
|
|
61
64
|
) -> BaseMessageParam:
|
|
62
65
|
return BaseMessageParam(
|
|
@@ -80,6 +83,7 @@ class Messages:
|
|
|
80
83
|
| AudioSegment
|
|
81
84
|
| Wave_read
|
|
82
85
|
| DocumentPart
|
|
86
|
+
| DocumentURLPart
|
|
83
87
|
],
|
|
84
88
|
) -> BaseMessageParam:
|
|
85
89
|
return BaseMessageParam(
|
|
@@ -103,6 +107,7 @@ class Messages:
|
|
|
103
107
|
| AudioSegment
|
|
104
108
|
| Wave_read
|
|
105
109
|
| DocumentPart
|
|
110
|
+
| DocumentURLPart
|
|
106
111
|
],
|
|
107
112
|
) -> BaseMessageParam:
|
|
108
113
|
return BaseMessageParam(
|
{mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_convert_message_params.py
RENAMED
|
@@ -16,9 +16,13 @@ from google.genai.types import (
|
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
from ...base import BaseMessageParam
|
|
19
|
-
from ...base._utils import get_audio_type, get_image_type
|
|
19
|
+
from ...base._utils import get_audio_type, get_document_type, get_image_type
|
|
20
20
|
from ...base._utils._parse_content_template import _load_media
|
|
21
|
-
from ._validate_media_type import
|
|
21
|
+
from ._validate_media_type import (
|
|
22
|
+
_check_audio_media_type,
|
|
23
|
+
_check_document_media_type,
|
|
24
|
+
_check_image_media_type,
|
|
25
|
+
)
|
|
22
26
|
|
|
23
27
|
|
|
24
28
|
def _over_file_size_limit(size: int) -> bool:
|
|
@@ -154,9 +158,78 @@ async def _convert_message_params_async(
|
|
|
154
158
|
if _over_file_size_limit(total_payload_size):
|
|
155
159
|
must_upload[index] = blob_dict
|
|
156
160
|
total_payload_size -= audio_size
|
|
161
|
+
elif part.type == "document":
|
|
162
|
+
_check_document_media_type(part.media_type)
|
|
163
|
+
blob_dict = BlobDict(data=part.document, mime_type=part.media_type)
|
|
164
|
+
converted_content.append(PartDict(inline_data=blob_dict))
|
|
165
|
+
document_size = len(part.document)
|
|
166
|
+
total_payload_size += document_size
|
|
167
|
+
if _over_file_size_limit(total_payload_size):
|
|
168
|
+
must_upload[index] = blob_dict
|
|
169
|
+
total_payload_size -= document_size
|
|
170
|
+
elif part.type == "document_url":
|
|
171
|
+
if (
|
|
172
|
+
client.vertexai
|
|
173
|
+
or not part.url.startswith(("https://", "http://"))
|
|
174
|
+
or "generativelanguage.googleapis.com" in part.url
|
|
175
|
+
):
|
|
176
|
+
converted_content.append(
|
|
177
|
+
PartDict(
|
|
178
|
+
file_data=FileDataDict(
|
|
179
|
+
file_uri=part.url, mime_type=None
|
|
180
|
+
)
|
|
181
|
+
)
|
|
182
|
+
)
|
|
183
|
+
else:
|
|
184
|
+
media_type = None
|
|
185
|
+
try:
|
|
186
|
+
downloaded_document = _load_media(part.url)
|
|
187
|
+
document_types = {
|
|
188
|
+
"pdf": "application/pdf",
|
|
189
|
+
"html": "text/html",
|
|
190
|
+
"xml": "text/xml",
|
|
191
|
+
"rtf": "text/rtf",
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
try:
|
|
195
|
+
document_type_ext = get_document_type(
|
|
196
|
+
downloaded_document
|
|
197
|
+
)
|
|
198
|
+
media_type = document_types.get(document_type_ext)
|
|
199
|
+
except ValueError:
|
|
200
|
+
try:
|
|
201
|
+
downloaded_document.decode("utf-8")
|
|
202
|
+
media_type = "text/plain"
|
|
203
|
+
except UnicodeDecodeError:
|
|
204
|
+
pass
|
|
205
|
+
|
|
206
|
+
if media_type is None:
|
|
207
|
+
raise ValueError(
|
|
208
|
+
f"Unsupported document format detected for URL: {part.url}. "
|
|
209
|
+
"Google API only supports the following document formats: "
|
|
210
|
+
"PDF, JavaScript, Python, TXT, HTML, CSS, Markdown, CSV, XML and RTF. "
|
|
211
|
+
"Please provide a document in one of these supported formats."
|
|
212
|
+
)
|
|
213
|
+
|
|
214
|
+
_check_document_media_type(media_type)
|
|
215
|
+
blob_dict = BlobDict(
|
|
216
|
+
data=downloaded_document, mime_type=media_type
|
|
217
|
+
)
|
|
218
|
+
converted_content.append(PartDict(inline_data=blob_dict))
|
|
219
|
+
document_size = len(downloaded_document)
|
|
220
|
+
total_payload_size += document_size
|
|
221
|
+
if _over_file_size_limit(total_payload_size):
|
|
222
|
+
must_upload[index] = blob_dict
|
|
223
|
+
total_payload_size -= document_size
|
|
224
|
+
except ValueError as e:
|
|
225
|
+
raise ValueError(
|
|
226
|
+
f"Failed to process document from URL: {part.url}. "
|
|
227
|
+
f"Error details: {str(e)}. "
|
|
228
|
+
"Please ensure the URL is accessible and points to a supported document format."
|
|
229
|
+
)
|
|
157
230
|
else:
|
|
158
231
|
raise ValueError(
|
|
159
|
-
"Google currently only supports text, tool_call, tool_result, image, and
|
|
232
|
+
"Google currently only supports text, tool_call, tool_result, image, audio, and document parts. "
|
|
160
233
|
f"Part provided: {part.type}"
|
|
161
234
|
)
|
|
162
235
|
|
{mirascope-1.23.3 → mirascope-1.24.0}/mirascope/core/google/_utils/_message_param_converter.py
RENAMED
|
@@ -8,7 +8,7 @@ from google.genai.types import (
|
|
|
8
8
|
)
|
|
9
9
|
|
|
10
10
|
from mirascope.core import BaseMessageParam
|
|
11
|
-
from mirascope.core.base import DocumentPart, ImagePart, TextPart
|
|
11
|
+
from mirascope.core.base import DocumentPart, DocumentURLPart, ImagePart, TextPart
|
|
12
12
|
from mirascope.core.base._utils._base_message_param_converter import (
|
|
13
13
|
BaseMessageParamConverter,
|
|
14
14
|
)
|
|
@@ -21,7 +21,11 @@ from mirascope.core.base.message_param import (
|
|
|
21
21
|
)
|
|
22
22
|
from mirascope.core.google._utils import convert_message_params
|
|
23
23
|
|
|
24
|
-
from ._validate_media_type import
|
|
24
|
+
from ._validate_media_type import (
|
|
25
|
+
_check_audio_media_type,
|
|
26
|
+
_check_document_media_type,
|
|
27
|
+
_check_image_media_type,
|
|
28
|
+
)
|
|
25
29
|
|
|
26
30
|
|
|
27
31
|
class GoogleMessageParamConverter(BaseMessageParamConverter):
|
|
@@ -78,7 +82,21 @@ class GoogleMessageParamConverter(BaseMessageParamConverter):
|
|
|
78
82
|
audio=data,
|
|
79
83
|
)
|
|
80
84
|
)
|
|
81
|
-
elif mime_type
|
|
85
|
+
elif mime_type in [
|
|
86
|
+
"application/pdf",
|
|
87
|
+
"application/x-javascript",
|
|
88
|
+
"text/javascript",
|
|
89
|
+
"application/x-python",
|
|
90
|
+
"text/x-python",
|
|
91
|
+
"text/plain",
|
|
92
|
+
"text/html",
|
|
93
|
+
"text/css",
|
|
94
|
+
"text/csv",
|
|
95
|
+
"text/xml",
|
|
96
|
+
"text/rtf",
|
|
97
|
+
"text/md",
|
|
98
|
+
]:
|
|
99
|
+
_check_document_media_type(mime_type)
|
|
82
100
|
content_list.append(
|
|
83
101
|
DocumentPart(
|
|
84
102
|
type="document", media_type=mime_type, document=data
|
|
@@ -106,6 +124,26 @@ class GoogleMessageParamConverter(BaseMessageParamConverter):
|
|
|
106
124
|
url=cast(str, part.file_data.file_uri),
|
|
107
125
|
)
|
|
108
126
|
)
|
|
127
|
+
elif mime_type in [
|
|
128
|
+
"application/pdf",
|
|
129
|
+
"application/x-javascript",
|
|
130
|
+
"text/javascript",
|
|
131
|
+
"application/x-python",
|
|
132
|
+
"text/x-python",
|
|
133
|
+
"text/plain",
|
|
134
|
+
"text/html",
|
|
135
|
+
"text/css",
|
|
136
|
+
"text/csv",
|
|
137
|
+
"text/xml",
|
|
138
|
+
"text/rtf",
|
|
139
|
+
"text/md",
|
|
140
|
+
]:
|
|
141
|
+
content_list.append(
|
|
142
|
+
DocumentURLPart(
|
|
143
|
+
type="document_url",
|
|
144
|
+
url=cast(str, part.file_data.file_uri),
|
|
145
|
+
)
|
|
146
|
+
)
|
|
109
147
|
else:
|
|
110
148
|
# Since `FileDataDict` handles any file data, we use
|
|
111
149
|
# `ImageURLPart` for unknown mime types
|
|
@@ -148,7 +186,7 @@ class GoogleMessageParamConverter(BaseMessageParamConverter):
|
|
|
148
186
|
)
|
|
149
187
|
else:
|
|
150
188
|
raise ValueError(
|
|
151
|
-
"Part does not contain any supported content (text, image, or document)."
|
|
189
|
+
"Part does not contain any supported content (text, image, audio, or document)."
|
|
152
190
|
)
|
|
153
191
|
|
|
154
192
|
if len(content_list) == 1 and isinstance(content_list[0], TextPart):
|
|
@@ -32,3 +32,27 @@ def _check_audio_media_type(media_type: str) -> None:
|
|
|
32
32
|
"Google currently only supports WAV, MP3, AIFF, AAC, OGG, "
|
|
33
33
|
"and FLAC audio file types."
|
|
34
34
|
)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
def _check_document_media_type(media_type: str) -> None:
|
|
38
|
+
"""Raises a `ValueError` if the document media type is not supported."""
|
|
39
|
+
|
|
40
|
+
if media_type not in [
|
|
41
|
+
"application/pdf",
|
|
42
|
+
"application/x-javascript",
|
|
43
|
+
"text/javascript",
|
|
44
|
+
"application/x-python",
|
|
45
|
+
"text/x-python",
|
|
46
|
+
"text/plain",
|
|
47
|
+
"text/html",
|
|
48
|
+
"text/css",
|
|
49
|
+
"text/csv",
|
|
50
|
+
"text/xml",
|
|
51
|
+
"text/rtf",
|
|
52
|
+
"text/md",
|
|
53
|
+
]:
|
|
54
|
+
raise ValueError(
|
|
55
|
+
f"Unsupported document media type: {media_type}. "
|
|
56
|
+
"Google currently only supports PDF, JavaScript, Python, TXT, HTML, CSS, "
|
|
57
|
+
"CSV, XML, RTF, and Markdown document types."
|
|
58
|
+
)
|
|
@@ -3,11 +3,13 @@ from ._call import call
|
|
|
3
3
|
from ._context import context
|
|
4
4
|
from ._override import override
|
|
5
5
|
from .call_response import CallResponse
|
|
6
|
+
from .call_response_chunk import CallResponseChunk
|
|
6
7
|
from .stream import Stream
|
|
7
8
|
from .tool import Tool
|
|
8
9
|
|
|
9
10
|
__all__ = [
|
|
10
11
|
"CallResponse",
|
|
12
|
+
"CallResponseChunk",
|
|
11
13
|
"CostMetadata",
|
|
12
14
|
"LocalProvider",
|
|
13
15
|
"Provider",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mirascope"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.24.0"
|
|
4
4
|
description = "LLM abstractions that aren't obstructions"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { file = "LICENSE" }
|
|
@@ -209,7 +209,7 @@ venvPath = "."
|
|
|
209
209
|
venv = ".venv"
|
|
210
210
|
|
|
211
211
|
[tool.codespell]
|
|
212
|
-
skip = [".git", "*.lock"
|
|
212
|
+
skip = [".git", "*.lock"]
|
|
213
213
|
ignore-words-list = 'EHR,reworkd,ROUGE,rouge,Rouge'
|
|
214
214
|
ignore-regex = 'and buyed some milk'
|
|
215
215
|
|