uipath-llm-client 1.0.5__tar.gz → 1.0.6__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.
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/CHANGELOG.md +5 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/PKG-INFO +1 -1
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/__version__.py +1 -1
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/agenthub/settings.py +3 -1
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/core/test_base_client.py +3 -3
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.env.example +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.gitattributes +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.github/workflows/cd-langchain.yml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.github/workflows/cd.yml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.github/workflows/ci.yml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.github/workflows/ci_change_version.yml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.github/workflows/publish-dev.yml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.gitignore +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/.python-version +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/CODEOWNERS +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/LICENSE +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/README.md +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/CHANGELOG.md +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/README.md +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/demo.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/pyproject.toml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/base_client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/chat_models.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/chat_models.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/embeddings.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/chat_models.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/embeddings.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/utils.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/chat_models.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/embeddings.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/chat_models.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/embeddings.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/chat_models.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/embeddings.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/chat_models.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/factory.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/src/uipath_langchain_client/settings.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/CHANGELOG.md +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/README.md +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/demo.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/pyproject.toml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/src/uipath_llamaindex_client/__version__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/pyproject.toml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/anthropic/client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/google/client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/openai/client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/openai/utils.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/httpx_client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/agenthub/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/agenthub/auth.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/base.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/llmgateway/__init__.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/llmgateway/auth.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/llmgateway/settings.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/llmgateway/utils.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/utils.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/utils/exceptions.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/utils/logging.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/utils/retry.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/utils/ssl_config.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-haiku-4-5-20251001-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-opus-4-5-20251101-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-sonnet-4-5-20250929-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-haiku-4-5@20251001].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-opus-4-5@20251101].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-sonnet-4-5@20250929].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-flash].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-pro].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-flash-preview].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-pro-preview].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4.1-2025-04-14].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4o-2024-11-20].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5-2025-08-07].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.1-2025-11-13].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.2-2025-12-11].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[gemini-embedding-001].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[text-embedding-3-large].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-, -max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/conftest.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/core/core_smoke_test.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/core/test_anthropic_client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/core/test_google_client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/core/test_openai_client.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/langchain/conftest.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/langchain/langchain_smoke_test.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/langchain/test_factory_function.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/langchain/test_langchain_functionality.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/langchain/test_provider_integrations.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/tests/langchain/utils.py +0 -0
- {uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/uv.lock +0 -0
|
@@ -48,8 +48,10 @@ class AgentHubBaseSettings(UiPathBaseSettings):
|
|
|
48
48
|
client_secret: SecretStr | None = Field(default=None, validation_alias="UIPATH_CLIENT_SECRET")
|
|
49
49
|
client_scope: str | None = Field(default=None, validation_alias="UIPATH_CLIENT_SCOPE")
|
|
50
50
|
|
|
51
|
+
# AgentHub configuration (used for discovery)
|
|
52
|
+
agenthub_config: str = Field(default="agentsruntime", validation_alias="UIPATH_AGENTHUB_CONFIG")
|
|
53
|
+
|
|
51
54
|
# Tracing configuration
|
|
52
|
-
agenthub_config: str | None = Field(default=None, validation_alias="UIPATH_AGENTHUB_CONFIG")
|
|
53
55
|
process_key: str | None = Field(default=None, validation_alias="UIPATH_PROCESS_KEY")
|
|
54
56
|
job_key: str | None = Field(default=None, validation_alias="UIPATH_JOB_KEY")
|
|
55
57
|
|
|
@@ -433,13 +433,13 @@ class TestAgentHubSettings:
|
|
|
433
433
|
)
|
|
434
434
|
assert "agenthub_/llm/api/chat/completions" in url
|
|
435
435
|
|
|
436
|
-
def
|
|
437
|
-
"""Test build_auth_headers
|
|
436
|
+
def test_build_auth_headers_has_default_config(self, agenthub_env_vars):
|
|
437
|
+
"""Test build_auth_headers includes default agenthub_config."""
|
|
438
438
|
with patch.dict(os.environ, agenthub_env_vars, clear=True):
|
|
439
439
|
with patch("uipath_llm_client.settings.agenthub.settings.AuthService"):
|
|
440
440
|
settings = AgentHubSettings()
|
|
441
441
|
headers = settings.build_auth_headers()
|
|
442
|
-
assert headers == {}
|
|
442
|
+
assert headers == {"X-UiPath-AgentHub-Config": "agentsruntime"}
|
|
443
443
|
|
|
444
444
|
def test_build_auth_headers_with_tracing(self, agenthub_env_vars):
|
|
445
445
|
"""Test build_auth_headers includes tracing headers when set."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/CHANGELOG.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/README.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/demo.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_langchain_client/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/CHANGELOG.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/README.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/demo.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/packages/uipath_llamaindex_client/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/google/__init__.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/google/client.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/openai/__init__.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/openai/client.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/clients/openai/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/settings/agenthub/auth.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/utils/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.5 → uipath_llm_client-1.0.6}/src/uipath_llm_client/utils/ssl_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|