uipath-llm-client 1.0.0__tar.gz → 1.0.1__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.0 → uipath_llm_client-1.0.1}/CHANGELOG.md +5 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/PKG-INFO +1 -1
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/__version__.py +1 -1
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/llmgateway/auth.py +11 -6
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/core/test_base_client.py +1 -3
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.env.example +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.gitattributes +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.github/workflows/cd-langchain.yml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.github/workflows/cd.yml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.github/workflows/ci_change_version.yml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.github/workflows/ci_run_tests.yml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.github/workflows/ci_type_check.yml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.github/workflows/publish-dev.yml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.gitignore +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/.python-version +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/CODEOWNERS +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/LICENSE +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/README.md +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/CHANGELOG.md +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/README.md +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/demo.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/pyproject.toml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/base_client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/chat_models.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/chat_models.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/embeddings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/chat_models.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/embeddings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/utils.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/chat_models.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/embeddings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/chat_models.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/embeddings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/chat_models.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/embeddings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/chat_models.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/factory.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/src/uipath_langchain_client/settings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/CHANGELOG.md +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/README.md +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/demo.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/pyproject.toml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/src/uipath_llamaindex_client/__version__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/pyproject.toml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/anthropic/client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/google/client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/openai/client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/openai/utils.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/httpx_client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/agenthub/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/agenthub/auth.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/agenthub/settings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/agenthub/utils.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/base.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/llmgateway/__init__.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/llmgateway/settings.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/llmgateway/utils.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/utils.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/utils/exceptions.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/utils/logging.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/utils/retry.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-haiku-4-5-20251001-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-opus-4-5-20251101-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-sonnet-4-5-20250929-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-haiku-4-5@20251001].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-opus-4-5@20251101].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-sonnet-4-5@20250929].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-flash].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-pro].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-flash-preview].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-pro-preview].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4.1-2025-04-14].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4o-2024-11-20].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5-2025-08-07].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.1-2025-11-13].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.2-2025-12-11].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[gemini-embedding-001].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[text-embedding-3-large].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/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.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/conftest.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/core/core_smoke_test.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/core/test_anthropic_client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/core/test_google_client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/core/test_openai_client.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/langchain/conftest.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/langchain/langchain_smoke_test.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/langchain/test_factory_function.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/langchain/test_langchain_functionality.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/langchain/test_provider_integrations.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/tests/langchain/utils.py +0 -0
- {uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/uv.lock +0 -0
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `uipath_llm_client` (core package) will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.0.1] - 2025-01-30
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
- Map 400 Bad requests on S2S to 401 Unauthorized for better readability
|
|
9
|
+
|
|
5
10
|
## [1.0.0] - 2025-01-30
|
|
6
11
|
|
|
7
12
|
### Official Release
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
from collections.abc import Generator
|
|
2
2
|
|
|
3
|
-
from httpx import Auth, Client,
|
|
3
|
+
from httpx import Auth, Client, Request, Response
|
|
4
4
|
|
|
5
5
|
from uipath_llm_client.settings.llmgateway.settings import LLMGatewayBaseSettings
|
|
6
6
|
from uipath_llm_client.settings.llmgateway.utils import LLMGatewayEndpoints
|
|
7
7
|
from uipath_llm_client.settings.utils import SingletonMeta
|
|
8
|
-
from uipath_llm_client.utils.exceptions import UiPathAPIError
|
|
8
|
+
from uipath_llm_client.utils.exceptions import UiPathAPIError, UiPathAuthenticationError
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class LLMGatewayS2SAuth(Auth, metaclass=SingletonMeta):
|
|
@@ -39,10 +39,15 @@ class LLMGatewayS2SAuth(Auth, metaclass=SingletonMeta):
|
|
|
39
39
|
)
|
|
40
40
|
with Client() as http_client:
|
|
41
41
|
response = http_client.post(url_get_token, data=token_credentials)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
if response.is_client_error:
|
|
43
|
+
raise UiPathAuthenticationError(
|
|
44
|
+
message="Failed to authenticate with LLM Gateway, invalid credentials",
|
|
45
|
+
request=response.request,
|
|
46
|
+
response=response,
|
|
47
|
+
body=response.json(),
|
|
48
|
+
)
|
|
49
|
+
elif response.is_error:
|
|
50
|
+
raise UiPathAPIError.from_response(response)
|
|
46
51
|
llmgw_token_header = response.json().get("access_token")
|
|
47
52
|
return llmgw_token_header
|
|
48
53
|
|
|
@@ -506,9 +506,7 @@ class TestAgentHubAuthRefresh:
|
|
|
506
506
|
settings = AgentHubSettings()
|
|
507
507
|
|
|
508
508
|
# Mock _get_access_token to return a new token on refresh
|
|
509
|
-
with patch.object(
|
|
510
|
-
AgentHubAuth, "_get_access_token", return_value="initial-token"
|
|
511
|
-
):
|
|
509
|
+
with patch.object(AgentHubAuth, "_get_access_token", return_value="initial-token"):
|
|
512
510
|
auth = AgentHubAuth(settings=settings)
|
|
513
511
|
|
|
514
512
|
request = Request("GET", "https://example.com")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/CHANGELOG.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/README.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/demo.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_langchain_client/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/CHANGELOG.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/README.md
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/demo.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/packages/uipath_llamaindex_client/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/google/__init__.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/google/client.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/openai/__init__.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/openai/client.py
RENAMED
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/clients/openai/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/agenthub/auth.py
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/settings/agenthub/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_llm_client-1.0.0 → uipath_llm_client-1.0.1}/src/uipath_llm_client/utils/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|