uipath-llm-client 1.0.4__tar.gz → 1.0.5__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.4 → uipath_llm_client-1.0.5}/CHANGELOG.md +5 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/PKG-INFO +6 -6
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/README.md +5 -5
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/CHANGELOG.md +6 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/README.md +5 -5
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/demo.py +2 -2
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/pyproject.toml +1 -1
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/__init__.py +2 -2
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py +1 -1
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/base_client.py +5 -2
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/chat_models.py +1 -1
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/chat_models.py +2 -2
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/factory.py +13 -13
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/README.md +4 -4
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/__init__.py +1 -1
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/__version__.py +1 -1
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/langchain/langchain_smoke_test.py +1 -1
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/langchain/test_factory_function.py +2 -2
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.env.example +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.gitattributes +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.github/workflows/cd-langchain.yml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.github/workflows/cd.yml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.github/workflows/ci.yml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.github/workflows/ci_change_version.yml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.github/workflows/publish-dev.yml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.gitignore +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/.python-version +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/CODEOWNERS +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/LICENSE +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/chat_models.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/chat_models.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/embeddings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/embeddings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/utils.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/chat_models.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/embeddings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/embeddings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/chat_models.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/embeddings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/chat_models.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/src/uipath_langchain_client/settings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/CHANGELOG.md +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/demo.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/pyproject.toml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/src/uipath_llamaindex_client/__version__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/pyproject.toml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/anthropic/client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/google/client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/openai/client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/openai/utils.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/httpx_client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/agenthub/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/agenthub/auth.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/agenthub/settings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/base.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/llmgateway/__init__.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/llmgateway/auth.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/llmgateway/settings.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/llmgateway/utils.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/utils.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/utils/exceptions.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/utils/logging.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/utils/retry.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/utils/ssl_config.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-haiku-4-5-20251001-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-opus-4-5-20251101-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-sonnet-4-5-20250929-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-haiku-4-5@20251001].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-opus-4-5@20251101].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-sonnet-4-5@20250929].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-flash].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-pro].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-flash-preview].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-pro-preview].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4.1-2025-04-14].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4o-2024-11-20].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5-2025-08-07].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.1-2025-11-13].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.2-2025-12-11].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[gemini-embedding-001].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[text-embedding-3-large].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/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.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/conftest.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/core/core_smoke_test.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/core/test_anthropic_client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/core/test_base_client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/core/test_google_client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/core/test_openai_client.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/langchain/conftest.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/langchain/test_langchain_functionality.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/langchain/test_provider_integrations.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/langchain/utils.py +0 -0
- {uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath-llm-client
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: UiPath LLM Client
|
|
5
5
|
Author-email: Cosmin Maria <cosmin.maria@uipath.com>, Dragos Bobolea <dragos.bobolea@uipath.com>
|
|
6
6
|
License-File: LICENSE
|
|
@@ -272,7 +272,7 @@ response = chat_model.invoke("What is the capital of France?")
|
|
|
272
272
|
print(response.content)
|
|
273
273
|
|
|
274
274
|
# Create an embeddings model
|
|
275
|
-
embeddings_model = get_embedding_model(
|
|
275
|
+
embeddings_model = get_embedding_model(model_name="text-embedding-3-large", client_settings=settings)
|
|
276
276
|
vectors = embeddings_model.embed_documents(["Hello world", "How are you?"])
|
|
277
277
|
```
|
|
278
278
|
|
|
@@ -484,7 +484,7 @@ settings = LLMGatewaySettings(
|
|
|
484
484
|
# Use with OpenAI/Azure chat model
|
|
485
485
|
openai_chat = UiPathAzureChatOpenAI(
|
|
486
486
|
model="gpt-4o-2024-11-20",
|
|
487
|
-
|
|
487
|
+
settings=settings,
|
|
488
488
|
)
|
|
489
489
|
response = openai_chat.invoke("Hello!")
|
|
490
490
|
print(response.content)
|
|
@@ -492,7 +492,7 @@ print(response.content)
|
|
|
492
492
|
# Use with Google Gemini
|
|
493
493
|
gemini_chat = UiPathChatGoogleGenerativeAI(
|
|
494
494
|
model="gemini-2.5-flash",
|
|
495
|
-
|
|
495
|
+
settings=settings,
|
|
496
496
|
)
|
|
497
497
|
response = gemini_chat.invoke("Hello!")
|
|
498
498
|
print(response.content)
|
|
@@ -500,7 +500,7 @@ print(response.content)
|
|
|
500
500
|
# Use with embeddings
|
|
501
501
|
embeddings = UiPathAzureOpenAIEmbeddings(
|
|
502
502
|
model="text-embedding-3-large",
|
|
503
|
-
|
|
503
|
+
settings=settings,
|
|
504
504
|
)
|
|
505
505
|
vectors = embeddings.embed_documents(["Hello world"])
|
|
506
506
|
```
|
|
@@ -541,7 +541,7 @@ print(response.content)
|
|
|
541
541
|
|
|
542
542
|
# Embeddings with factory
|
|
543
543
|
embeddings = get_embedding_model(
|
|
544
|
-
|
|
544
|
+
model_name="text-embedding-3-large",
|
|
545
545
|
client_settings=settings,
|
|
546
546
|
)
|
|
547
547
|
vectors = embeddings.embed_documents(["Hello", "World"])
|
|
@@ -248,7 +248,7 @@ response = chat_model.invoke("What is the capital of France?")
|
|
|
248
248
|
print(response.content)
|
|
249
249
|
|
|
250
250
|
# Create an embeddings model
|
|
251
|
-
embeddings_model = get_embedding_model(
|
|
251
|
+
embeddings_model = get_embedding_model(model_name="text-embedding-3-large", client_settings=settings)
|
|
252
252
|
vectors = embeddings_model.embed_documents(["Hello world", "How are you?"])
|
|
253
253
|
```
|
|
254
254
|
|
|
@@ -460,7 +460,7 @@ settings = LLMGatewaySettings(
|
|
|
460
460
|
# Use with OpenAI/Azure chat model
|
|
461
461
|
openai_chat = UiPathAzureChatOpenAI(
|
|
462
462
|
model="gpt-4o-2024-11-20",
|
|
463
|
-
|
|
463
|
+
settings=settings,
|
|
464
464
|
)
|
|
465
465
|
response = openai_chat.invoke("Hello!")
|
|
466
466
|
print(response.content)
|
|
@@ -468,7 +468,7 @@ print(response.content)
|
|
|
468
468
|
# Use with Google Gemini
|
|
469
469
|
gemini_chat = UiPathChatGoogleGenerativeAI(
|
|
470
470
|
model="gemini-2.5-flash",
|
|
471
|
-
|
|
471
|
+
settings=settings,
|
|
472
472
|
)
|
|
473
473
|
response = gemini_chat.invoke("Hello!")
|
|
474
474
|
print(response.content)
|
|
@@ -476,7 +476,7 @@ print(response.content)
|
|
|
476
476
|
# Use with embeddings
|
|
477
477
|
embeddings = UiPathAzureOpenAIEmbeddings(
|
|
478
478
|
model="text-embedding-3-large",
|
|
479
|
-
|
|
479
|
+
settings=settings,
|
|
480
480
|
)
|
|
481
481
|
vectors = embeddings.embed_documents(["Hello world"])
|
|
482
482
|
```
|
|
@@ -517,7 +517,7 @@ print(response.content)
|
|
|
517
517
|
|
|
518
518
|
# Embeddings with factory
|
|
519
519
|
embeddings = get_embedding_model(
|
|
520
|
-
|
|
520
|
+
model_name="text-embedding-3-large",
|
|
521
521
|
client_settings=settings,
|
|
522
522
|
)
|
|
523
523
|
vectors = embeddings.embed_documents(["Hello", "World"])
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/CHANGELOG.md
RENAMED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `uipath_langchain_client` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.0.6] - 2026-02-03
|
|
6
|
+
|
|
7
|
+
### Refactor
|
|
8
|
+
- Updated documentation to include the new aliases for settings
|
|
9
|
+
- New alias for settings and request timeout in BaseLLMClient
|
|
10
|
+
|
|
5
11
|
## [1.0.5] - 2026-02-03
|
|
6
12
|
|
|
7
13
|
### Bug Fix
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/README.md
RENAMED
|
@@ -41,7 +41,7 @@ print(response.content)
|
|
|
41
41
|
|
|
42
42
|
# Embeddings model
|
|
43
43
|
embeddings = get_embedding_model(
|
|
44
|
-
|
|
44
|
+
model_name="text-embedding-3-large",
|
|
45
45
|
client_settings=settings,
|
|
46
46
|
)
|
|
47
47
|
vectors = embeddings.embed_documents(["Hello world"])
|
|
@@ -62,20 +62,20 @@ from uipath_langchain_client.settings import get_default_client_settings
|
|
|
62
62
|
settings = get_default_client_settings()
|
|
63
63
|
|
|
64
64
|
# OpenAI/Azure
|
|
65
|
-
openai_chat = UiPathAzureChatOpenAI(model="gpt-4o-2024-11-20",
|
|
65
|
+
openai_chat = UiPathAzureChatOpenAI(model="gpt-4o-2024-11-20", settings=settings)
|
|
66
66
|
|
|
67
67
|
# Google Gemini
|
|
68
|
-
gemini_chat = UiPathChatGoogleGenerativeAI(model="gemini-2.5-flash",
|
|
68
|
+
gemini_chat = UiPathChatGoogleGenerativeAI(model="gemini-2.5-flash", settings=settings)
|
|
69
69
|
|
|
70
70
|
# Anthropic Claude (via AWS Bedrock)
|
|
71
71
|
claude_chat = UiPathChatAnthropic(
|
|
72
72
|
model="anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
73
|
-
|
|
73
|
+
settings=settings,
|
|
74
74
|
vendor_type="awsbedrock",
|
|
75
75
|
)
|
|
76
76
|
|
|
77
77
|
# Normalized (provider-agnostic)
|
|
78
|
-
normalized_chat = UiPathNormalizedChatModel(model="gpt-4o-2024-11-20",
|
|
78
|
+
normalized_chat = UiPathNormalizedChatModel(model="gpt-4o-2024-11-20", settings=settings)
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
## Available Client Types
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_langchain_client/demo.py
RENAMED
|
@@ -167,7 +167,7 @@ def demo_embeddings():
|
|
|
167
167
|
|
|
168
168
|
settings = get_default_client_settings()
|
|
169
169
|
embeddings = get_embedding_model(
|
|
170
|
-
|
|
170
|
+
model_name="text-embedding-3-large",
|
|
171
171
|
client_settings=settings,
|
|
172
172
|
)
|
|
173
173
|
|
|
@@ -241,7 +241,7 @@ def demo_direct_client_usage():
|
|
|
241
241
|
# Use the Azure OpenAI client directly for more control
|
|
242
242
|
chat_model = UiPathAzureChatOpenAI(
|
|
243
243
|
model="gpt-4o-2024-11-20",
|
|
244
|
-
|
|
244
|
+
settings=settings,
|
|
245
245
|
temperature=0.7,
|
|
246
246
|
)
|
|
247
247
|
|
|
@@ -15,11 +15,11 @@ Quick Start:
|
|
|
15
15
|
>>> settings = get_default_client_settings()
|
|
16
16
|
>>>
|
|
17
17
|
>>> # Chat model with auto-detected vendor
|
|
18
|
-
>>> chat = get_chat_model("gpt-4o-2024-11-20", settings)
|
|
18
|
+
>>> chat = get_chat_model(model_name="gpt-4o-2024-11-20", client_settings=settings)
|
|
19
19
|
>>> response = chat.invoke("Hello!")
|
|
20
20
|
>>>
|
|
21
21
|
>>> # Embeddings model
|
|
22
|
-
>>> embeddings = get_embedding_model("text-embedding-3-large", settings)
|
|
22
|
+
>>> embeddings = get_embedding_model(model_name="text-embedding-3-large", client_settings=settings)
|
|
23
23
|
>>> vectors = embeddings.embed_documents(["Hello world"])
|
|
24
24
|
|
|
25
25
|
Settings:
|
|
@@ -29,7 +29,7 @@ from functools import cached_property
|
|
|
29
29
|
from typing import Any, Literal
|
|
30
30
|
|
|
31
31
|
from httpx import URL, Response
|
|
32
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
32
|
+
from pydantic import AliasChoices, BaseModel, ConfigDict, Field
|
|
33
33
|
|
|
34
34
|
from uipath_langchain_client.settings import (
|
|
35
35
|
UiPathAPIConfig,
|
|
@@ -85,9 +85,11 @@ class UiPathBaseLLMClient(BaseModel):
|
|
|
85
85
|
description="Settings for the UiPath API",
|
|
86
86
|
)
|
|
87
87
|
client_settings: UiPathBaseSettings = Field(
|
|
88
|
+
alias="settings",
|
|
88
89
|
default_factory=get_default_client_settings,
|
|
89
90
|
description="Settings for the UiPath client (defaults based on UIPATH_LLM_BACKEND env var)",
|
|
90
91
|
)
|
|
92
|
+
|
|
91
93
|
default_headers: Mapping[str, str] | None = Field(
|
|
92
94
|
default={
|
|
93
95
|
"X-UiPath-LLMGateway-TimeoutSeconds": "300", # server side timeout, default is 10, maximum is 300
|
|
@@ -95,8 +97,9 @@ class UiPathBaseLLMClient(BaseModel):
|
|
|
95
97
|
},
|
|
96
98
|
description="Default request headers to include in requests",
|
|
97
99
|
)
|
|
98
|
-
|
|
99
100
|
request_timeout: int | None = Field(
|
|
101
|
+
alias="timeout",
|
|
102
|
+
validation_alias=AliasChoices("timeout", "request_timeout", "default_request_timeout"),
|
|
100
103
|
default=None,
|
|
101
104
|
description="Client-side request timeout in seconds",
|
|
102
105
|
)
|
|
@@ -18,7 +18,7 @@ Example:
|
|
|
18
18
|
>>> settings = get_default_client_settings()
|
|
19
19
|
>>> chat = UiPathNormalizedChatModel(
|
|
20
20
|
... model="gpt-4o-2024-11-20",
|
|
21
|
-
...
|
|
21
|
+
... settings=settings,
|
|
22
22
|
... )
|
|
23
23
|
>>> response = chat.invoke("Hello!")
|
|
24
24
|
"""
|
|
@@ -88,7 +88,7 @@ class UiPathNormalizedChatModel(UiPathBaseLLMClient, BaseChatModel):
|
|
|
88
88
|
Example:
|
|
89
89
|
>>> chat = UiPathNormalizedChatModel(
|
|
90
90
|
... model="gpt-4o-2024-11-20",
|
|
91
|
-
...
|
|
91
|
+
... settings=settings,
|
|
92
92
|
... temperature=0.7,
|
|
93
93
|
... max_tokens=1000,
|
|
94
94
|
... )
|
|
@@ -16,8 +16,8 @@ Example:
|
|
|
16
16
|
>>> settings = get_default_client_settings()
|
|
17
17
|
>>>
|
|
18
18
|
>>> # Auto-detect vendor from model name
|
|
19
|
-
>>> chat = get_chat_model("gpt-4o-2024-11-20", settings)
|
|
20
|
-
>>> embeddings = get_embedding_model("text-embedding-3-large", settings)
|
|
19
|
+
>>> chat = get_chat_model(model_name="gpt-4o-2024-11-20", client_settings=settings)
|
|
20
|
+
>>> embeddings = get_embedding_model(model_name="text-embedding-3-large", client_settings=settings)
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
23
|
from typing import Any, Literal
|
|
@@ -99,7 +99,7 @@ def get_chat_model(
|
|
|
99
99
|
|
|
100
100
|
return UiPathAzureChatOpenAI(
|
|
101
101
|
model=model_name,
|
|
102
|
-
|
|
102
|
+
settings=client_settings,
|
|
103
103
|
**model_kwargs,
|
|
104
104
|
)
|
|
105
105
|
else:
|
|
@@ -112,7 +112,7 @@ def get_chat_model(
|
|
|
112
112
|
|
|
113
113
|
return UiPathChatGoogleGenerativeAI(
|
|
114
114
|
model=model_name,
|
|
115
|
-
|
|
115
|
+
settings=client_settings,
|
|
116
116
|
**model_kwargs,
|
|
117
117
|
)
|
|
118
118
|
elif "claude" in model_name:
|
|
@@ -122,7 +122,7 @@ def get_chat_model(
|
|
|
122
122
|
|
|
123
123
|
return UiPathChatAnthropic(
|
|
124
124
|
model=model_name,
|
|
125
|
-
|
|
125
|
+
settings=client_settings,
|
|
126
126
|
vendor_type="vertexai",
|
|
127
127
|
**model_kwargs,
|
|
128
128
|
)
|
|
@@ -136,7 +136,7 @@ def get_chat_model(
|
|
|
136
136
|
|
|
137
137
|
return UiPathChatAnthropic(
|
|
138
138
|
model=model_name,
|
|
139
|
-
|
|
139
|
+
settings=client_settings,
|
|
140
140
|
vendor_type="awsbedrock",
|
|
141
141
|
**model_kwargs,
|
|
142
142
|
)
|
|
@@ -147,7 +147,7 @@ def get_chat_model(
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
def get_embedding_model(
|
|
150
|
-
|
|
150
|
+
model_name: str,
|
|
151
151
|
byo_connection_id: str | None = None,
|
|
152
152
|
client_settings: UiPathBaseSettings | None = None,
|
|
153
153
|
client_type: Literal["passthrough", "normalized"] = "passthrough",
|
|
@@ -172,11 +172,11 @@ def get_embedding_model(
|
|
|
172
172
|
|
|
173
173
|
Example:
|
|
174
174
|
>>> settings = get_default_client_settings()
|
|
175
|
-
>>> embeddings = get_embedding_model("text-embedding-3-large", settings)
|
|
175
|
+
>>> embeddings = get_embedding_model(model_name="text-embedding-3-large", client_settings=settings)
|
|
176
176
|
>>> vectors = embeddings.embed_documents(["Hello world"])
|
|
177
177
|
"""
|
|
178
178
|
client_settings = client_settings or get_default_client_settings()
|
|
179
|
-
model_info = _get_model_info(
|
|
179
|
+
model_info = _get_model_info(model_name, client_settings, byo_connection_id)
|
|
180
180
|
|
|
181
181
|
if client_type == "normalized":
|
|
182
182
|
from uipath_langchain_client.clients.normalized.embeddings import (
|
|
@@ -184,7 +184,7 @@ def get_embedding_model(
|
|
|
184
184
|
)
|
|
185
185
|
|
|
186
186
|
return UiPathNormalizedEmbeddings(
|
|
187
|
-
model=
|
|
187
|
+
model=model_name, settings=client_settings, **model_kwargs
|
|
188
188
|
)
|
|
189
189
|
|
|
190
190
|
vendor_type = model_info["vendor"].lower()
|
|
@@ -195,7 +195,7 @@ def get_embedding_model(
|
|
|
195
195
|
)
|
|
196
196
|
|
|
197
197
|
return UiPathAzureOpenAIEmbeddings(
|
|
198
|
-
model=
|
|
198
|
+
model=model_name, settings=client_settings, **model_kwargs
|
|
199
199
|
)
|
|
200
200
|
case "vertexai":
|
|
201
201
|
from uipath_langchain_client.clients.google.embeddings import (
|
|
@@ -203,7 +203,7 @@ def get_embedding_model(
|
|
|
203
203
|
)
|
|
204
204
|
|
|
205
205
|
return UiPathGoogleGenerativeAIEmbeddings(
|
|
206
|
-
model=
|
|
206
|
+
model=model_name, settings=client_settings, **model_kwargs
|
|
207
207
|
)
|
|
208
208
|
case "awsbedrock":
|
|
209
209
|
from uipath_langchain_client.clients.bedrock.embeddings import (
|
|
@@ -211,7 +211,7 @@ def get_embedding_model(
|
|
|
211
211
|
)
|
|
212
212
|
|
|
213
213
|
return UiPathBedrockEmbeddings(
|
|
214
|
-
model=
|
|
214
|
+
model=model_name, settings=client_settings, **model_kwargs
|
|
215
215
|
)
|
|
216
216
|
case _:
|
|
217
217
|
raise ValueError(f"Invalid UiPath Embeddings provider: {vendor_type}")
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/README.md
RENAMED
|
@@ -28,14 +28,14 @@ settings = get_default_client_settings()
|
|
|
28
28
|
|
|
29
29
|
# Create a LlamaIndex LLM
|
|
30
30
|
llm = get_llm(
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
model="gpt-4o-2024-11-20",
|
|
32
|
+
settings=settings,
|
|
33
33
|
)
|
|
34
34
|
|
|
35
35
|
# Create embeddings
|
|
36
36
|
embeddings = get_embeddings(
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
model="text-embedding-3-large",
|
|
38
|
+
settings=settings,
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
# Use with LlamaIndex
|
|
@@ -91,7 +91,7 @@ def test_factory_module_imports():
|
|
|
91
91
|
embed_sig = inspect.signature(get_embedding_model)
|
|
92
92
|
|
|
93
93
|
assert "model_name" in chat_sig.parameters, "get_chat_model should have model_name parameter"
|
|
94
|
-
assert "
|
|
94
|
+
assert "model_name" in embed_sig.parameters, "get_embedding_model should have model parameter"
|
|
95
95
|
assert "client_settings" in chat_sig.parameters, (
|
|
96
96
|
"get_chat_model should have client_settings parameter"
|
|
97
97
|
)
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/tests/langchain/test_factory_function.py
RENAMED
|
@@ -8,10 +8,10 @@ from tests.langchain.conftest import COMPLETION_MODEL_NAMES, EMBEDDING_MODEL_NAM
|
|
|
8
8
|
class TestFactoryFunction:
|
|
9
9
|
@pytest.mark.parametrize("model_name", COMPLETION_MODEL_NAMES)
|
|
10
10
|
def test_get_chat_model(self, model_name: str):
|
|
11
|
-
chat_model = get_chat_model(model_name)
|
|
11
|
+
chat_model = get_chat_model(model_name=model_name)
|
|
12
12
|
assert chat_model is not None
|
|
13
13
|
|
|
14
14
|
@pytest.mark.parametrize("model_name", EMBEDDING_MODEL_NAMES)
|
|
15
15
|
def test_get_embedding_model(self, model_name: str):
|
|
16
|
-
embedding_model = get_embedding_model(model_name)
|
|
16
|
+
embedding_model = get_embedding_model(model_name=model_name)
|
|
17
17
|
assert embedding_model is not None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/CHANGELOG.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/demo.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/packages/uipath_llamaindex_client/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/google/__init__.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/google/client.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/openai/__init__.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/openai/client.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/clients/openai/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/settings/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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
|
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/src/uipath_llm_client/utils/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.4 → uipath_llm_client-1.0.5}/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
|