uipath-llm-client 1.0.1__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- uipath_llm_client-1.0.3/.github/workflows/cd-langchain.yml +52 -0
- uipath_llm_client-1.0.3/.github/workflows/cd.yml +52 -0
- uipath_llm_client-1.0.3/.github/workflows/ci.yml +72 -0
- uipath_llm_client-1.0.3/.github/workflows/ci_change_version.yml +75 -0
- uipath_llm_client-1.0.3/CHANGELOG.md +84 -0
- uipath_llm_client-1.0.3/PKG-INFO +664 -0
- uipath_llm_client-1.0.3/packages/uipath_langchain_client/CHANGELOG.md +100 -0
- uipath_llm_client-1.0.3/packages/uipath_langchain_client/pyproject.toml +43 -0
- uipath_llm_client-1.0.3/packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py +3 -0
- uipath_llm_client-1.0.3/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/chat_models.py +60 -0
- uipath_llm_client-1.0.3/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/embeddings.py +84 -0
- uipath_llm_client-1.0.3/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/chat_models.py +52 -0
- uipath_llm_client-1.0.3/src/uipath_llm_client/__version__.py +3 -0
- uipath_llm_client-1.0.3/src/uipath_llm_client/httpx_client.py +319 -0
- uipath_llm_client-1.0.3/src/uipath_llm_client/settings/agenthub/settings.py +138 -0
- uipath_llm_client-1.0.3/src/uipath_llm_client/utils/ssl_config.py +54 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +3 -0
- uipath_llm_client-1.0.3/tests/conftest.py +58 -0
- uipath_llm_client-1.0.3/tests/langchain/test_provider_integrations.py +379 -0
- uipath_llm_client-1.0.3/uv.lock +3801 -0
- uipath_llm_client-1.0.1/.github/workflows/cd-langchain.yml +0 -51
- uipath_llm_client-1.0.1/.github/workflows/cd.yml +0 -51
- uipath_llm_client-1.0.1/.github/workflows/ci_change_version.yml +0 -88
- uipath_llm_client-1.0.1/.github/workflows/ci_run_tests.yml +0 -33
- uipath_llm_client-1.0.1/.github/workflows/ci_type_check.yml +0 -35
- uipath_llm_client-1.0.1/CHANGELOG.md +0 -74
- uipath_llm_client-1.0.1/PKG-INFO +0 -664
- uipath_llm_client-1.0.1/packages/uipath_langchain_client/CHANGELOG.md +0 -90
- uipath_llm_client-1.0.1/packages/uipath_langchain_client/pyproject.toml +0 -43
- uipath_llm_client-1.0.1/packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py +0 -3
- uipath_llm_client-1.0.1/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/chat_models.py +0 -203
- uipath_llm_client-1.0.1/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/embeddings.py +0 -82
- uipath_llm_client-1.0.1/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/chat_models.py +0 -48
- uipath_llm_client-1.0.1/src/uipath_llm_client/__version__.py +0 -3
- uipath_llm_client-1.0.1/src/uipath_llm_client/httpx_client.py +0 -319
- uipath_llm_client-1.0.1/src/uipath_llm_client/settings/agenthub/settings.py +0 -135
- uipath_llm_client-1.0.1/src/uipath_llm_client/settings/agenthub/utils.py +0 -14
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- 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 -3
- uipath_llm_client-1.0.1/tests/conftest.py +0 -58
- uipath_llm_client-1.0.1/tests/langchain/test_provider_integrations.py +0 -376
- uipath_llm_client-1.0.1/uv.lock +0 -3788
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/.env.example +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/.gitattributes +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/.github/workflows/publish-dev.yml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/.gitignore +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/.python-version +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/CODEOWNERS +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/LICENSE +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/README.md +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/README.md +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/demo.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/base_client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/chat_models.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/chat_models.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/embeddings.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/chat_models.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/embeddings.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/utils.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/embeddings.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/chat_models.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/embeddings.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/chat_models.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/factory.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_langchain_client/src/uipath_langchain_client/settings.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_llamaindex_client/CHANGELOG.md +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_llamaindex_client/README.md +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_llamaindex_client/demo.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_llamaindex_client/pyproject.toml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/packages/uipath_llamaindex_client/src/uipath_llamaindex_client/__version__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/pyproject.toml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/clients/anthropic/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/clients/anthropic/client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/clients/google/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/clients/google/client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/clients/openai/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/clients/openai/client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/clients/openai/utils.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/agenthub/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/agenthub/auth.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/base.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/llmgateway/__init__.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/llmgateway/auth.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/llmgateway/settings.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/llmgateway/utils.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/settings/utils.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/utils/exceptions.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/utils/logging.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/src/uipath_llm_client/utils/retry.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-haiku-4-5-20251001-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-opus-4-5-20251101-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-sonnet-4-5-20250929-v1-0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-haiku-4-5@20251001].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-opus-4-5@20251101].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-sonnet-4-5@20250929].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-flash].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-pro].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-flash-preview].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-pro-preview].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4.1-2025-04-14].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4o-2024-11-20].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5-2025-08-07].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.1-2025-11-13].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.2-2025-12-11].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[gemini-embedding-001].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[text-embedding-3-large].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/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.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/core/core_smoke_test.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/core/test_anthropic_client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/core/test_base_client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/core/test_google_client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/core/test_openai_client.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/langchain/conftest.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/langchain/langchain_smoke_test.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/langchain/test_factory_function.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/langchain/test_langchain_functionality.py +0 -0
- {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.3}/tests/langchain/utils.py +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
name: Publish uipath-langchain-client to PyPI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
paths:
|
|
8
|
+
- 'packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py'
|
|
9
|
+
workflow_dispatch:
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
build:
|
|
13
|
+
name: Build package
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
environment: pypi
|
|
16
|
+
permissions:
|
|
17
|
+
contents: read
|
|
18
|
+
id-token: write
|
|
19
|
+
|
|
20
|
+
steps:
|
|
21
|
+
- uses: actions/checkout@v6
|
|
22
|
+
|
|
23
|
+
- name: Setup uv
|
|
24
|
+
uses: astral-sh/setup-uv@v7
|
|
25
|
+
with:
|
|
26
|
+
version: "0.9.27"
|
|
27
|
+
enable-cache: true
|
|
28
|
+
|
|
29
|
+
- name: "Set up Python"
|
|
30
|
+
uses: actions/setup-python@v6
|
|
31
|
+
with:
|
|
32
|
+
python-version-file: ".python-version"
|
|
33
|
+
|
|
34
|
+
- name: "Install dependencies"
|
|
35
|
+
run: uv sync --dev --all-extras --locked
|
|
36
|
+
|
|
37
|
+
- name: Build package
|
|
38
|
+
run: uv build --package uipath-langchain-client
|
|
39
|
+
|
|
40
|
+
- name: Smoke test (wheel with all extras)
|
|
41
|
+
run: |
|
|
42
|
+
WHEEL=$(ls dist/*.whl)
|
|
43
|
+
uv run --isolated --no-project --with "${WHEEL}[all]" tests/langchain/langchain_smoke_test.py
|
|
44
|
+
|
|
45
|
+
- name: Smoke test (source distribution with all extras)
|
|
46
|
+
run: |
|
|
47
|
+
SDIST=$(ls dist/*.tar.gz)
|
|
48
|
+
uv run --isolated --no-project --with "${SDIST}[all]" tests/langchain/langchain_smoke_test.py
|
|
49
|
+
|
|
50
|
+
- name: Publish package
|
|
51
|
+
run: uv publish
|
|
52
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
name: Publish uipath-llm-client to PyPI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
paths:
|
|
8
|
+
- 'src/uipath_llm_client/__version__.py'
|
|
9
|
+
workflow_dispatch:
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
build:
|
|
13
|
+
name: Build package
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
environment: pypi
|
|
16
|
+
permissions:
|
|
17
|
+
contents: read
|
|
18
|
+
id-token: write
|
|
19
|
+
|
|
20
|
+
steps:
|
|
21
|
+
- uses: actions/checkout@v6
|
|
22
|
+
|
|
23
|
+
- name: Setup uv
|
|
24
|
+
uses: astral-sh/setup-uv@v7
|
|
25
|
+
with:
|
|
26
|
+
version: "0.9.27"
|
|
27
|
+
enable-cache: true
|
|
28
|
+
|
|
29
|
+
- name: "Set up Python"
|
|
30
|
+
uses: actions/setup-python@v6
|
|
31
|
+
with:
|
|
32
|
+
python-version-file: ".python-version"
|
|
33
|
+
|
|
34
|
+
- name: "Install dependencies"
|
|
35
|
+
run: uv sync --dev --all-extras --locked
|
|
36
|
+
|
|
37
|
+
- name: Build package
|
|
38
|
+
run: uv build --package uipath-llm-client
|
|
39
|
+
|
|
40
|
+
- name: Smoke test (wheel with all extras)
|
|
41
|
+
run: |
|
|
42
|
+
WHEEL=$(ls dist/*.whl)
|
|
43
|
+
uv run --isolated --no-project --with "${WHEEL}[all]" tests/core/core_smoke_test.py
|
|
44
|
+
|
|
45
|
+
- name: Smoke test (source distribution with all extras)
|
|
46
|
+
run: |
|
|
47
|
+
SDIST=$(ls dist/*.tar.gz)
|
|
48
|
+
uv run --isolated --no-project --with "${SDIST}[all]" tests/core/core_smoke_test.py
|
|
49
|
+
|
|
50
|
+
- name: Publish package
|
|
51
|
+
run: uv publish
|
|
52
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
name: CI Pipeline
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
type_check:
|
|
10
|
+
name: Type Check and Lint
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/checkout@v6
|
|
14
|
+
|
|
15
|
+
- name: Install uv
|
|
16
|
+
uses: astral-sh/setup-uv@v7
|
|
17
|
+
with:
|
|
18
|
+
version: "0.9.27"
|
|
19
|
+
enable-cache: true
|
|
20
|
+
|
|
21
|
+
- name: Set up Python
|
|
22
|
+
uses: actions/setup-python@v6
|
|
23
|
+
with:
|
|
24
|
+
python-version-file: ".python-version"
|
|
25
|
+
|
|
26
|
+
- name: Install dependencies
|
|
27
|
+
run: uv sync --dev --all-extras
|
|
28
|
+
|
|
29
|
+
- name: Ruff check
|
|
30
|
+
run: |
|
|
31
|
+
uv run ruff check || exit 1
|
|
32
|
+
uv run ruff format --check || exit 1
|
|
33
|
+
|
|
34
|
+
- name: Pyright
|
|
35
|
+
run: uv run pyright .
|
|
36
|
+
|
|
37
|
+
test:
|
|
38
|
+
name: Test
|
|
39
|
+
runs-on: ubuntu-latest
|
|
40
|
+
needs: type_check
|
|
41
|
+
environment: LLMGW_SETTINGS
|
|
42
|
+
env:
|
|
43
|
+
UIPATH_LLM_BACKEND: ${{ vars.UIPATH_LLM_BACKEND }}
|
|
44
|
+
LLMGW_URL: ${{ vars.LLMGW_URL }}
|
|
45
|
+
LLMGW_SEMANTIC_ORG_ID: ${{ secrets.LLMGW_SEMANTIC_ORG_ID }}
|
|
46
|
+
LLMGW_SEMANTIC_USER_ID: ${{ secrets.LLMGW_SEMANTIC_USER_ID }}
|
|
47
|
+
LLMGW_SEMANTIC_TENANT_ID: ${{ secrets.LLMGW_SEMANTIC_TENANT_ID }}
|
|
48
|
+
LLMGW_REQUESTING_PRODUCT: ${{ vars.LLMGW_REQUESTING_PRODUCT }}
|
|
49
|
+
LLMGW_REQUESTING_FEATURE: ${{ vars.LLMGW_REQUESTING_FEATURE }}
|
|
50
|
+
LLMGW_CLIENT_ID: ${{ secrets.LLMGW_CLIENT_ID }}
|
|
51
|
+
LLMGW_CLIENT_SECRET: ${{ secrets.LLMGW_CLIENT_SECRET }}
|
|
52
|
+
steps:
|
|
53
|
+
- uses: actions/checkout@v6
|
|
54
|
+
with:
|
|
55
|
+
lfs: true
|
|
56
|
+
|
|
57
|
+
- name: Install uv
|
|
58
|
+
uses: astral-sh/setup-uv@v7
|
|
59
|
+
with:
|
|
60
|
+
version: "0.9.27"
|
|
61
|
+
enable-cache: true
|
|
62
|
+
|
|
63
|
+
- name: Set up Python
|
|
64
|
+
uses: actions/setup-python@v6
|
|
65
|
+
with:
|
|
66
|
+
python-version-file: ".python-version"
|
|
67
|
+
|
|
68
|
+
- name: Install dependencies
|
|
69
|
+
run: uv sync --dev --all-extras
|
|
70
|
+
|
|
71
|
+
- name: Run tests
|
|
72
|
+
run: uv run pytest tests
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
name: Validate Version and Changelog
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
validate-uipath-llm-client:
|
|
10
|
+
name: uipath-llm-client
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/checkout@v6
|
|
14
|
+
with:
|
|
15
|
+
fetch-depth: 0
|
|
16
|
+
|
|
17
|
+
- name: Get changed files
|
|
18
|
+
run: |
|
|
19
|
+
git diff origin/main...HEAD --name-only > changes.txt
|
|
20
|
+
echo "Changed files:"
|
|
21
|
+
cat changes.txt
|
|
22
|
+
|
|
23
|
+
- name: Validate version update
|
|
24
|
+
run: |
|
|
25
|
+
core_changes=$(grep -E '^src/uipath_llm_client/' changes.txt | grep -v '__version__.py' || true)
|
|
26
|
+
core_version=$(grep -E '^src/uipath_llm_client/__version__.py' changes.txt || true)
|
|
27
|
+
if [ -n "$core_changes" ] && [ -z "$core_version" ]; then
|
|
28
|
+
echo "::error::uipath-llm-client: package changes detected but no version update in src/uipath_llm_client/__version__.py"
|
|
29
|
+
exit 1
|
|
30
|
+
fi
|
|
31
|
+
echo "✓ Version is consistent with changes."
|
|
32
|
+
|
|
33
|
+
- name: Validate changelog update
|
|
34
|
+
run: |
|
|
35
|
+
core_version=$(grep -E '^src/uipath_llm_client/__version__.py' changes.txt || true)
|
|
36
|
+
core_changelog=$(grep -E '^CHANGELOG.md' changes.txt || true)
|
|
37
|
+
if [ -n "$core_version" ] && [ -z "$core_changelog" ]; then
|
|
38
|
+
echo "::error::uipath-llm-client: version changed but no changelog update in CHANGELOG.md"
|
|
39
|
+
exit 1
|
|
40
|
+
fi
|
|
41
|
+
echo "✓ Changelog is consistent with version changes."
|
|
42
|
+
|
|
43
|
+
validate-uipath-langchain-client:
|
|
44
|
+
name: uipath-langchain-client
|
|
45
|
+
runs-on: ubuntu-latest
|
|
46
|
+
steps:
|
|
47
|
+
- uses: actions/checkout@v6
|
|
48
|
+
with:
|
|
49
|
+
fetch-depth: 0
|
|
50
|
+
|
|
51
|
+
- name: Get changed files
|
|
52
|
+
run: |
|
|
53
|
+
git diff origin/main...HEAD --name-only > changes.txt
|
|
54
|
+
echo "Changed files:"
|
|
55
|
+
cat changes.txt
|
|
56
|
+
|
|
57
|
+
- name: Validate version update
|
|
58
|
+
run: |
|
|
59
|
+
langchain_changes=$(grep -E '^packages/uipath_langchain_client/' changes.txt | grep -v '__version__.py' || true)
|
|
60
|
+
langchain_version=$(grep -E '^packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py' changes.txt || true)
|
|
61
|
+
if [ -n "$langchain_changes" ] && [ -z "$langchain_version" ]; then
|
|
62
|
+
echo "::error::uipath-langchain-client: package changes detected but no version update in packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py"
|
|
63
|
+
exit 1
|
|
64
|
+
fi
|
|
65
|
+
echo "✓ Version is consistent with changes."
|
|
66
|
+
|
|
67
|
+
- name: Validate changelog update
|
|
68
|
+
run: |
|
|
69
|
+
langchain_version=$(grep -E '^packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py' changes.txt || true)
|
|
70
|
+
langchain_changelog=$(grep -E '^packages/uipath_langchain_client/CHANGELOG.md' changes.txt || true)
|
|
71
|
+
if [ -n "$langchain_version" ] && [ -z "$langchain_changelog" ]; then
|
|
72
|
+
echo "::error::uipath-langchain-client: version changed but no changelog update in packages/uipath_langchain_client/CHANGELOG.md"
|
|
73
|
+
exit 1
|
|
74
|
+
fi
|
|
75
|
+
echo "✓ Changelog is consistent with version changes."
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# UiPath LLM Client Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to `uipath_llm_client` (core package) will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [1.0.3] - 2026-02-02
|
|
6
|
+
|
|
7
|
+
### Refactor
|
|
8
|
+
- moved the logic of get_httpx_client_kwargs from the uipath package to this package;
|
|
9
|
+
|
|
10
|
+
## [1.0.2] - 2026-02-02
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
- Fixed endpoints on AgentHub Settings
|
|
14
|
+
|
|
15
|
+
## [1.0.1] - 2026-01-30
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
- Map 400 Bad requests on S2S to 401 Unauthorized for better readability
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2026-01-30
|
|
21
|
+
|
|
22
|
+
### Official Release
|
|
23
|
+
- First stable release of the UiPath LLM Client
|
|
24
|
+
- API considered stable; semantic versioning will be followed from this point forward
|
|
25
|
+
|
|
26
|
+
### Highlights
|
|
27
|
+
- Unified client architecture supporting both AgentHub and LLMGateway backends
|
|
28
|
+
- Production-ready passthrough clients for OpenAI, Google, Anthropic, AWS Bedrock, VertexAI, and Azure AI
|
|
29
|
+
- Normalized API for provider-agnostic LLM access
|
|
30
|
+
- Comprehensive authentication support (CLI-based for AgentHub, S2S for LLMGateway)
|
|
31
|
+
- Full async/sync support with streaming capabilities
|
|
32
|
+
- Robust error handling and retry logic
|
|
33
|
+
|
|
34
|
+
## [0.3.x] - 2026-01-29
|
|
35
|
+
|
|
36
|
+
### Release
|
|
37
|
+
- First public release accessible to test.pypi of the UiPath LLM Client
|
|
38
|
+
- Production-ready for both AgentHub and LLMGateway backends
|
|
39
|
+
|
|
40
|
+
### Documentation
|
|
41
|
+
- Complete rewrite of README.md with architecture overview, installation instructions, and comprehensive usage examples
|
|
42
|
+
- Added detailed documentation for `AgentHubSettings` and `LLMGatewaySettings` with all configuration options
|
|
43
|
+
- Added module-level docstrings to all major modules
|
|
44
|
+
|
|
45
|
+
### Features
|
|
46
|
+
- Added `get_default_client_settings()` factory function for easy backend selection
|
|
47
|
+
- Added `UIPATH_LLM_BACKEND` environment variable for runtime backend switching
|
|
48
|
+
- Improved error handling with `UiPathAPIError` hierarchy for specific HTTP status codes
|
|
49
|
+
|
|
50
|
+
## [0.2.x] - 2026-01-15
|
|
51
|
+
|
|
52
|
+
### Architecture
|
|
53
|
+
- Split monolithic package into two separate packages:
|
|
54
|
+
- `uipath_llm_client` - Core HTTP client with authentication and retry logic
|
|
55
|
+
- `uipath_langchain_client` - LangChain-specific integrations (moved to separate package)
|
|
56
|
+
- Merged LLMGateway and AgentHub client implementations into unified architecture
|
|
57
|
+
- Introduced `UiPathBaseSettings` as common base for backend-specific settings
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
- Added `AgentHubSettings` with automatic CLI-based authentication via `uipath auth`
|
|
61
|
+
- Added `LLMGatewaySettings` with S2S (server-to-server) authentication support
|
|
62
|
+
- Added support for BYO (Bring Your Own) model connections via `byo_connection_id`
|
|
63
|
+
- Unified retry logic with configurable `RetryConfig`
|
|
64
|
+
|
|
65
|
+
### Breaking Changes
|
|
66
|
+
- Package structure changed; imports need to be updated from `uipath_llmgw_client` to `uipath_llm_client`
|
|
67
|
+
- Settings classes renamed for consistency
|
|
68
|
+
|
|
69
|
+
## [0.1.x] - 2025-12-20
|
|
70
|
+
|
|
71
|
+
### Initial Development Release
|
|
72
|
+
- Core HTTP client with authentication and request handling
|
|
73
|
+
- Passthrough clients for completions and embeddings:
|
|
74
|
+
- OpenAI/Azure OpenAI
|
|
75
|
+
- Google Gemini
|
|
76
|
+
- Anthropic
|
|
77
|
+
- AWS Bedrock
|
|
78
|
+
- Vertex AI
|
|
79
|
+
- Azure AI
|
|
80
|
+
- Normalized API for provider-agnostic requests
|
|
81
|
+
- Streaming support (sync and async)
|
|
82
|
+
- Retry logic with exponential backoff
|
|
83
|
+
- Custom exception hierarchy for API errors
|
|
84
|
+
- Wrapped all clients to use httpx for consistent HTTP handling
|