uipath-llm-client 1.0.1__tar.gz → 1.0.2__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.
Files changed (1299) hide show
  1. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.github/workflows/cd-langchain.yml +4 -3
  2. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.github/workflows/cd.yml +4 -3
  3. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/CHANGELOG.md +10 -5
  4. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/PKG-INFO +1 -1
  5. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/CHANGELOG.md +9 -4
  6. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py +1 -1
  7. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/embeddings.py +2 -0
  8. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/__version__.py +1 -1
  9. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/httpx_client.py +2 -2
  10. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/agenthub/settings.py +9 -6
  11. uipath_llm_client-1.0.1/src/uipath_llm_client/settings/agenthub/utils.py +0 -14
  12. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.env.example +0 -0
  13. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.gitattributes +0 -0
  14. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.github/workflows/ci_change_version.yml +0 -0
  15. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.github/workflows/ci_run_tests.yml +0 -0
  16. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.github/workflows/ci_type_check.yml +0 -0
  17. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.github/workflows/publish-dev.yml +0 -0
  18. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.gitignore +0 -0
  19. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/.python-version +0 -0
  20. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/CODEOWNERS +0 -0
  21. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/LICENSE +0 -0
  22. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/README.md +0 -0
  23. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/README.md +0 -0
  24. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/demo.py +0 -0
  25. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/pyproject.toml +0 -0
  26. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/__init__.py +0 -0
  27. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/base_client.py +0 -0
  28. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/__init__.py +0 -0
  29. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/anthropic/chat_models.py +0 -0
  30. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/__init__.py +0 -0
  31. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/chat_models.py +0 -0
  32. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/azure/embeddings.py +0 -0
  33. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/__init__.py +0 -0
  34. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/chat_models.py +0 -0
  35. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/embeddings.py +0 -0
  36. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/bedrock/utils.py +0 -0
  37. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/__init__.py +0 -0
  38. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/chat_models.py +0 -0
  39. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/google/embeddings.py +0 -0
  40. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/__init__.py +0 -0
  41. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/chat_models.py +0 -0
  42. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/normalized/embeddings.py +0 -0
  43. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/__init__.py +0 -0
  44. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/openai/chat_models.py +0 -0
  45. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/__init__.py +0 -0
  46. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/clients/vertexai/chat_models.py +0 -0
  47. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/factory.py +0 -0
  48. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_langchain_client/src/uipath_langchain_client/settings.py +0 -0
  49. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_llamaindex_client/CHANGELOG.md +0 -0
  50. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_llamaindex_client/README.md +0 -0
  51. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_llamaindex_client/demo.py +0 -0
  52. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_llamaindex_client/pyproject.toml +0 -0
  53. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/packages/uipath_llamaindex_client/src/uipath_llamaindex_client/__version__.py +0 -0
  54. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/pyproject.toml +0 -0
  55. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/__init__.py +0 -0
  56. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/clients/anthropic/__init__.py +0 -0
  57. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/clients/anthropic/client.py +0 -0
  58. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/clients/google/__init__.py +0 -0
  59. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/clients/google/client.py +0 -0
  60. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/clients/openai/__init__.py +0 -0
  61. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/clients/openai/client.py +0 -0
  62. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/clients/openai/utils.py +0 -0
  63. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/__init__.py +0 -0
  64. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/agenthub/__init__.py +0 -0
  65. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/agenthub/auth.py +0 -0
  66. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/base.py +0 -0
  67. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/llmgateway/__init__.py +0 -0
  68. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/llmgateway/auth.py +0 -0
  69. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/llmgateway/settings.py +0 -0
  70. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/llmgateway/utils.py +0 -0
  71. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/settings/utils.py +0 -0
  72. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/utils/exceptions.py +0 -0
  73. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/utils/logging.py +0 -0
  74. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/src/uipath_llm_client/utils/retry.py +0 -0
  75. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-haiku-4-5-20251001-v1-0].yaml +0 -0
  76. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-opus-4-5-20251101-v1-0].yaml +0 -0
  77. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[anthropic.claude-sonnet-4-5-20250929-v1-0].yaml +0 -0
  78. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-haiku-4-5@20251001].yaml +0 -0
  79. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-opus-4-5@20251101].yaml +0 -0
  80. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[claude-sonnet-4-5@20250929].yaml +0 -0
  81. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-flash].yaml +0 -0
  82. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-2.5-pro].yaml +0 -0
  83. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-flash-preview].yaml +0 -0
  84. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gemini-3-pro-preview].yaml +0 -0
  85. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4.1-2025-04-14].yaml +0 -0
  86. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-4o-2024-11-20].yaml +0 -0
  87. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5-2025-08-07].yaml +0 -0
  88. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.1-2025-11-13].yaml +0 -0
  89. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_chat_model[gpt-5.2-2025-12-11].yaml +0 -0
  90. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[gemini-embedding-001].yaml +0 -0
  91. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestFactoryFunction.test_get_embedding_model[text-embedding-3-large].yaml +0 -0
  92. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  93. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  94. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  95. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  96. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  97. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  98. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  99. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  100. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  101. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  102. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  103. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  104. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  105. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  106. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  107. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  108. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  109. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  110. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  111. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  112. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  113. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  114. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  115. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  116. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  117. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  118. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  119. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  120. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  121. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  122. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  123. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  124. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  125. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  126. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  127. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  128. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  129. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  130. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  131. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  132. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  133. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  134. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  135. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  136. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  137. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  138. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  139. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_abatch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  140. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  141. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  142. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  143. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  144. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  145. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  146. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  147. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  148. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  149. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  150. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  151. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  152. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  153. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  154. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  155. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  156. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  157. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  158. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  159. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  160. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  161. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  162. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  163. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  164. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  165. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  166. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  167. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  168. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  169. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  170. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  171. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  172. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  173. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  174. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  175. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  176. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  177. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  178. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
  179. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
  180. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  181. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  182. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model0].yaml +0 -0
  183. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model1].yaml +0 -0
  184. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  185. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  186. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
  187. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
  188. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  189. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  190. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model0].yaml +0 -0
  191. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model1].yaml +0 -0
  192. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  193. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  194. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model0].yaml +0 -0
  195. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw-model1].yaml +0 -0
  196. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  197. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  198. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model0].yaml +0 -0
  199. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw-model1].yaml +0 -0
  200. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  201. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  202. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  203. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  204. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  205. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  206. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  207. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  208. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  209. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  210. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  211. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  212. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  213. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  214. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  215. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  216. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  217. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  218. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  219. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  220. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  221. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  222. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  223. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  224. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  225. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  226. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  227. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  228. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  229. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  230. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  231. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  232. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  233. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  234. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  235. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_agent_loop[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  236. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  237. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  238. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  239. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  240. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  241. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  242. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  243. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  244. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  245. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  246. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  247. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  248. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  249. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  250. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  251. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  252. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  253. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  254. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  255. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  256. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  257. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  258. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  259. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  260. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  261. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  262. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  263. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  264. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  265. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  266. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  267. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  268. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  269. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  270. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  271. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  272. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  273. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  274. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  275. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  276. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  277. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  278. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  279. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  280. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  281. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  282. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  283. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_ainvoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  284. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  285. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  286. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  287. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  288. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  289. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  290. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  291. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  292. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  293. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  294. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  295. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  296. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  297. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  298. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  299. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  300. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  301. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  302. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  303. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  304. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  305. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  306. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  307. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  308. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  309. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  310. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  311. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  312. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  313. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  314. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  315. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  316. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  317. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  318. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  319. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  320. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  321. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  322. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  323. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  324. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  325. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  326. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  327. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  328. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  329. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  330. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  331. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  332. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  333. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  334. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  335. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  336. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  337. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  338. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  339. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  340. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  341. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  342. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  343. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  344. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  345. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  346. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  347. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  348. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  349. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  350. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  351. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  352. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  353. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  354. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  355. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_astream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  356. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  357. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  358. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  359. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  360. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  361. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  362. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  363. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  364. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  365. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  366. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  367. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  368. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  369. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  370. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  371. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  372. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  373. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  374. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  375. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  376. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  377. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  378. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  379. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  380. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  381. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  382. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  383. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  384. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  385. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  386. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  387. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  388. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  389. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  390. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  391. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  392. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  393. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  394. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  395. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  396. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  397. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  398. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  399. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  400. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  401. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  402. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  403. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_batch[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  404. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  405. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  406. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  407. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  408. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  409. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  410. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  411. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  412. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  413. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  414. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  415. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  416. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  417. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  418. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  419. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  420. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  421. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  422. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  423. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  424. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  425. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  426. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  427. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  428. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  429. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  430. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  431. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  432. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  433. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_bind_runnables_as_tools[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  434. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  435. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  436. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  437. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  438. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  439. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  440. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  441. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  442. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  443. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  444. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  445. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  446. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  447. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  448. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  449. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  450. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  451. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  452. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  453. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  454. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  455. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  456. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  457. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  458. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  459. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  460. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  461. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  462. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  463. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  464. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  465. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  466. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  467. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  468. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  469. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  470. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  471. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  472. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  473. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  474. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  475. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  476. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  477. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  478. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  479. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  480. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  481. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  482. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  483. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  484. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  485. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  486. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  487. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  488. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  489. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  490. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  491. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  492. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  493. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  494. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  495. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  496. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  497. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  498. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  499. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  500. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  501. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  502. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  503. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  504. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  505. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  506. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  507. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  508. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  509. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  510. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  511. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  512. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  513. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  514. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  515. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  516. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  517. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  518. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  519. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  520. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  521. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  522. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  523. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_double_messages_conversation[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  524. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  525. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  526. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  527. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  528. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  529. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  530. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  531. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  532. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  533. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  534. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  535. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  536. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  537. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  538. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  539. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  540. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  541. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  542. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  543. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  544. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  545. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  546. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  547. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  548. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  549. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  550. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{-max_tokens-- 2048, -thinking-- {-type-- -enabled-, -budget_tokens-- 1024}}-llmgw].yaml +0 -0
  551. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  552. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  553. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  554. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  555. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  556. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  557. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  558. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  559. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  560. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  561. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  562. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  563. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  564. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  565. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  566. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  567. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  568. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  569. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  570. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  571. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_invoke[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  572. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  573. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  574. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  575. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  576. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  577. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  578. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  579. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  580. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  581. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  582. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  583. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  584. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  585. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  586. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  587. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  588. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  589. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  590. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  591. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  592. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  593. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  594. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  595. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  596. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  597. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  598. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  599. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  600. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  601. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  602. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  603. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  604. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  605. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  606. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  607. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  608. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  609. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  610. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  611. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  612. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  613. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  614. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  615. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  616. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  617. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  618. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  619. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_message_with_name[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  620. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  621. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  622. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  623. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  624. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  625. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  626. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  627. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  628. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  629. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  630. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  631. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  632. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  633. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  634. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  635. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  636. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  637. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  638. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  639. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  640. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  641. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  642. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  643. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  644. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  645. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  646. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  647. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  648. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  649. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  650. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  651. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  652. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  653. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  654. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  655. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  656. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  657. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  658. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  659. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  660. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  661. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  662. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  663. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  664. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  665. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  666. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  667. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  668. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  669. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  670. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  671. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  672. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  673. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  674. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  675. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  676. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  677. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  678. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  679. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_parallel_and_sequential_tool_calling_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  680. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  681. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  682. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  683. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  684. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  685. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  686. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  687. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  688. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  689. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  690. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  691. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  692. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  693. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  694. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  695. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  696. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  697. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  698. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  699. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  700. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  701. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  702. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  703. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  704. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  705. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  706. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  707. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  708. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  709. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  710. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  711. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  712. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  713. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  714. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  715. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  716. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  717. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  718. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  719. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stop_sequence[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  720. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  721. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  722. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  723. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  724. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  725. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  726. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  727. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  728. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  729. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  730. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  731. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  732. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  733. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  734. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  735. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  736. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  737. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  738. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  739. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  740. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  741. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  742. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  743. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  744. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  745. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  746. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model0].yaml +0 -0
  747. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw-model1].yaml +0 -0
  748. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  749. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  750. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model0].yaml +0 -0
  751. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-model1].yaml +0 -0
  752. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  753. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  754. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  755. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  756. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  757. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  758. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  759. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  760. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  761. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  762. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  763. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  764. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  765. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  766. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  767. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  768. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  769. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  770. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  771. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  772. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  773. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  774. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  775. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  776. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  777. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  778. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  779. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  780. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  781. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  782. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  783. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  784. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  785. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  786. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  787. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  788. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  789. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  790. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  791. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_stream[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  792. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  793. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  794. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  795. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  796. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  797. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  798. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  799. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  800. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  801. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  802. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  803. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  804. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  805. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  806. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  807. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  808. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  809. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  810. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  811. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  812. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  813. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  814. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  815. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  816. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  817. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  818. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  819. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  820. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  821. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_few_shot_examples[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  822. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
  823. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
  824. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
  825. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
  826. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
  827. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
  828. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
  829. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
  830. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
  831. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
  832. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
  833. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
  834. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
  835. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
  836. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
  837. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
  838. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
  839. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
  840. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
  841. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
  842. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
  843. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
  844. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
  845. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
  846. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
  847. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
  848. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
  849. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
  850. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
  851. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
  852. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
  853. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
  854. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
  855. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
  856. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
  857. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
  858. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
  859. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
  860. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
  861. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  862. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-pydantic].yaml +0 -0
  863. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-typeddict].yaml +0 -0
  864. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
  865. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
  866. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
  867. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  868. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  869. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  870. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
  871. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
  872. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
  873. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  874. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  875. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  876. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
  877. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
  878. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
  879. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
  880. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
  881. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
  882. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
  883. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
  884. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
  885. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-json_schema].yaml +0 -0
  886. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-pydantic].yaml +0 -0
  887. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw-typeddict].yaml +0 -0
  888. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
  889. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
  890. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
  891. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
  892. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
  893. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
  894. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
  895. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
  896. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
  897. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
  898. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
  899. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
  900. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
  901. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
  902. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
  903. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
  904. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
  905. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
  906. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-json_schema].yaml +0 -0
  907. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-pydantic].yaml +0 -0
  908. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-typeddict].yaml +0 -0
  909. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-json_schema].yaml +0 -0
  910. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-pydantic].yaml +0 -0
  911. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-typeddict].yaml +0 -0
  912. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
  913. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
  914. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
  915. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
  916. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
  917. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
  918. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-json_schema].yaml +0 -0
  919. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-pydantic].yaml +0 -0
  920. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-typeddict].yaml +0 -0
  921. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-json_schema].yaml +0 -0
  922. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-pydantic].yaml +0 -0
  923. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-typeddict].yaml +0 -0
  924. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  925. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  926. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  927. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
  928. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
  929. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
  930. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  931. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  932. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  933. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
  934. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
  935. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
  936. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  937. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  938. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  939. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-json_schema].yaml +0 -0
  940. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-pydantic].yaml +0 -0
  941. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-typeddict].yaml +0 -0
  942. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  943. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  944. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  945. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  946. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  947. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  948. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  949. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  950. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  951. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  952. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  953. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  954. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  955. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  956. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  957. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  958. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  959. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  960. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  961. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  962. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  963. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  964. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  965. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  966. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_optional_param[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  967. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  968. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  969. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  970. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  971. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  972. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  973. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  974. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  975. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  976. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  977. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  978. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  979. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  980. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  981. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  982. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  983. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  984. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  985. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  986. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  987. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_structured_output_pydantic_2_v1[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  988. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  989. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  990. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  991. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  992. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model0].yaml +0 -0
  993. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw-model1].yaml +0 -0
  994. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  995. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  996. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  997. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  998. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  999. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  1000. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  1001. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  1002. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  1003. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  1004. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  1005. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  1006. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model0].yaml +0 -0
  1007. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw-model1].yaml +0 -0
  1008. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model0].yaml +0 -0
  1009. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw-model1].yaml +0 -0
  1010. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  1011. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  1012. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  1013. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  1014. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model0].yaml +0 -0
  1015. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw-model1].yaml +0 -0
  1016. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model0].yaml +0 -0
  1017. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw-model1].yaml +0 -0
  1018. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model0].yaml +0 -0
  1019. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw-model1].yaml +0 -0
  1020. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  1021. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  1022. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1023. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1024. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  1025. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  1026. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1027. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1028. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model0].yaml +0 -0
  1029. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw-model1].yaml +0 -0
  1030. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1031. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1032. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1033. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1034. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1035. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1036. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1037. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1038. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1039. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1040. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1041. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1042. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1043. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1044. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1045. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1046. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1047. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1048. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1049. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1050. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1051. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1052. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1053. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_async[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1054. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1055. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1056. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1057. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1058. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1059. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1060. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1061. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1062. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1063. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1064. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1065. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1066. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1067. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1068. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1069. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1070. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1071. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1072. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1073. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1074. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1075. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1076. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1077. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_calling_with_no_arguments[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1078. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1079. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1080. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1081. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1082. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1083. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1084. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1085. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1086. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1087. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1088. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1089. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1090. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1091. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1092. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1093. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1094. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1095. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1096. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1097. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1098. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1099. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1100. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1101. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1102. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1103. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1104. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1105. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1106. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1107. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_choice[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1108. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1109. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1110. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1111. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1112. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1113. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1114. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1115. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1116. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1117. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1118. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1119. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1120. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1121. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1122. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1123. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1124. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1125. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1126. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1127. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1128. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1129. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1130. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1131. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1132. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1133. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1134. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1135. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1136. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_error_status[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1137. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1138. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1139. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1140. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1141. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1142. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1143. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1144. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1145. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1146. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1147. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1148. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1149. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1150. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1151. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1152. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1153. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1154. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1155. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1156. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1157. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1158. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1159. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1160. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1161. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1162. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1163. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1164. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1165. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_list_content[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1166. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1167. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1168. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1169. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1170. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1171. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1172. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1173. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1174. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1175. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1176. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1177. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1178. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1179. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1180. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1181. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1182. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1183. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1184. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1185. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1186. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1187. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1188. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1189. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1190. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1191. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1192. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1193. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1194. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_tool_message_histories_string_content[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1195. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1196. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1197. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1198. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1199. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1200. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1201. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1202. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1203. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1204. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1205. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1206. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1207. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1208. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1209. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1210. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1211. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1212. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1213. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1214. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1215. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1216. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-haiku-4-5@20251001_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1217. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1218. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1219. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1220. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-opus-4-5@20251101_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1221. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1222. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropicVertex_{}-llmgw].yaml +0 -0
  1223. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1224. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[claude-sonnet-4-5@20250929_UiPathChatAnthropic_{-vendor_type-- -vertexai-}-llmgw].yaml +0 -0
  1225. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1226. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1227. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1228. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1229. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1230. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1231. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1232. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1233. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1234. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1235. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1236. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1237. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1238. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1239. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1240. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1241. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1242. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1243. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1244. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1245. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1246. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1247. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1248. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-haiku-4-5-20251001-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1249. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1250. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1251. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1252. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1253. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1254. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-opus-4-5-20251101-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1255. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1256. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatAnthropic_{-vendor_type-- -awsbedrock-}-llmgw].yaml +0 -0
  1257. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1258. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrockConverse_{}-llmgw].yaml +0 -0
  1259. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1260. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[anthropic.claude-sonnet-4-5-20250929-v1-0_UiPathChatBedrock_{}-llmgw].yaml +0 -0
  1261. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1262. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-flash_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1263. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- false}-llmgw].yaml +0 -0
  1264. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-2.5-pro_UiPathChatGoogleGenerativeAI_{-thinking_budget-- 128, -include_thoughts-- true}-llmgw].yaml +0 -0
  1265. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1266. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-flash-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1267. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- false}-llmgw].yaml +0 -0
  1268. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gemini-3-pro-preview_UiPathChatGoogleGenerativeAI_{-thinking_level-- -low-, -include_thoughts-- true}-llmgw].yaml +0 -0
  1269. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1270. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4.1-2025-04-14_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1271. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{-use_responses_api-- true}-llmgw].yaml +0 -0
  1272. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-4o-2024-11-20_UiPathAzureChatOpenAI_{}-llmgw].yaml +0 -0
  1273. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning-- {-effort-- -low-, -summary-- -auto-}, -verbosity-- -low-}-llmgw].yaml +0 -0
  1274. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5-2025-08-07_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1275. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1276. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5.1-2025-11-13_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1277. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/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
  1278. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationChatModel.test_usage_metadata_streaming[gpt-5.2-2025-12-11_UiPathAzureChatOpenAI_{-reasoning_effort-- -low-}-llmgw].yaml +0 -0
  1279. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
  1280. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
  1281. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
  1282. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_aembed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
  1283. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
  1284. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_embed_documents[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
  1285. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[gemini-embedding-001_UiPathGoogleGenerativeAIEmbeddings-llmgw].yaml +0 -0
  1286. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/cassettes/TestIntegrationEmbeddings.test_embed_query[text-embedding-3-large_UiPathAzureOpenAIEmbeddings-llmgw].yaml +0 -0
  1287. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/conftest.py +0 -0
  1288. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/core/core_smoke_test.py +0 -0
  1289. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/core/test_anthropic_client.py +0 -0
  1290. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/core/test_base_client.py +0 -0
  1291. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/core/test_google_client.py +0 -0
  1292. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/core/test_openai_client.py +0 -0
  1293. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/langchain/conftest.py +0 -0
  1294. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/langchain/langchain_smoke_test.py +0 -0
  1295. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/langchain/test_factory_function.py +0 -0
  1296. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/langchain/test_langchain_functionality.py +0 -0
  1297. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/langchain/test_provider_integrations.py +0 -0
  1298. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/tests/langchain/utils.py +0 -0
  1299. {uipath_llm_client-1.0.1 → uipath_llm_client-1.0.2}/uv.lock +0 -0
@@ -2,9 +2,10 @@ name: Publish uipath-langchain-client to PyPI
2
2
 
3
3
  on:
4
4
  push:
5
- tags:
6
- # Publish on any tag starting with `langchain-v`, e.g., langchain-v1.0.0
7
- - langchain-v*
5
+ branches:
6
+ - main
7
+ paths:
8
+ - 'packages/uipath_langchain_client/src/uipath_langchain_client/__version__.py'
8
9
  workflow_dispatch:
9
10
 
10
11
  jobs:
@@ -2,9 +2,10 @@ name: Publish uipath-llm-client to PyPI
2
2
 
3
3
  on:
4
4
  push:
5
- tags:
6
- # Publish on any tag starting with a `v`, e.g., v1.0.0
7
- - v*
5
+ branches:
6
+ - main
7
+ paths:
8
+ - 'src/uipath_llm_client/__version__.py'
8
9
  workflow_dispatch:
9
10
 
10
11
  jobs:
@@ -2,12 +2,17 @@
2
2
 
3
3
  All notable changes to `uipath_llm_client` (core package) will be documented in this file.
4
4
 
5
- ## [1.0.1] - 2025-01-30
5
+ ## [1.0.2] - 2026-02-02
6
+
7
+ ### Bug Fixes
8
+ - Fixed endpoints on AgentHub Settings
9
+
10
+ ## [1.0.1] - 2026-01-30
6
11
 
7
12
  ### Bug Fixes
8
13
  - Map 400 Bad requests on S2S to 401 Unauthorized for better readability
9
14
 
10
- ## [1.0.0] - 2025-01-30
15
+ ## [1.0.0] - 2026-01-30
11
16
 
12
17
  ### Official Release
13
18
  - First stable release of the UiPath LLM Client
@@ -21,7 +26,7 @@ All notable changes to `uipath_llm_client` (core package) will be documented in
21
26
  - Full async/sync support with streaming capabilities
22
27
  - Robust error handling and retry logic
23
28
 
24
- ## [0.3.x] - 2025-01-29
29
+ ## [0.3.x] - 2026-01-29
25
30
 
26
31
  ### Release
27
32
  - First public release accessible to test.pypi of the UiPath LLM Client
@@ -37,7 +42,7 @@ All notable changes to `uipath_llm_client` (core package) will be documented in
37
42
  - Added `UIPATH_LLM_BACKEND` environment variable for runtime backend switching
38
43
  - Improved error handling with `UiPathAPIError` hierarchy for specific HTTP status codes
39
44
 
40
- ## [0.2.x] - 2025-01-15
45
+ ## [0.2.x] - 2026-01-15
41
46
 
42
47
  ### Architecture
43
48
  - Split monolithic package into two separate packages:
@@ -56,7 +61,7 @@ All notable changes to `uipath_llm_client` (core package) will be documented in
56
61
  - Package structure changed; imports need to be updated from `uipath_llmgw_client` to `uipath_llm_client`
57
62
  - Settings classes renamed for consistency
58
63
 
59
- ## [0.1.x] - 2024-12-20
64
+ ## [0.1.x] - 2025-12-20
60
65
 
61
66
  ### Initial Development Release
62
67
  - Core HTTP client with authentication and request handling
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath-llm-client
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: UiPath LLM Client
5
5
  Author-email: Cosmin Maria <cosmin.maria@uipath.com>, Dragos Bobolea <dragos.bobolea@uipath.com>
6
6
  License-File: LICENSE
@@ -2,7 +2,12 @@
2
2
 
3
3
  All notable changes to `uipath_langchain_client` will be documented in this file.
4
4
 
5
- ## [1.0.0] - 2025-01-30
5
+ ## [1.0.1] - 2026-02-02
6
+
7
+ ### Bug Fix
8
+ - Fixed Api Version on OpenAI Embeddings
9
+
10
+ ## [1.0.0] - 2026-01-30
6
11
 
7
12
  ### Official Release
8
13
  - First stable release of the UiPath LangChain Client
@@ -15,7 +20,7 @@ All notable changes to `uipath_langchain_client` will be documented in this file
15
20
  - Comprehensive support for chat completions, embeddings, and streaming
16
21
  - Seamless integration with both AgentHub and LLMGateway backends
17
22
 
18
- ## [0.3.x] - 2025-01-29
23
+ ## [0.3.x] - 2026-01-29
19
24
 
20
25
  ### Release
21
26
  - First public release of the UiPath LangChain Client
@@ -39,7 +44,7 @@ All notable changes to `uipath_langchain_client` will be documented in this file
39
44
  - Vertex AI
40
45
  - Azure AI
41
46
 
42
- ## [0.2.x] - 2025-01-15
47
+ ## [0.2.x] - 2026-01-15
43
48
 
44
49
  ### Architecture
45
50
  - Extracted from monolithic package into dedicated LangChain integration package
@@ -72,7 +77,7 @@ All notable changes to `uipath_langchain_client` will be documented in this file
72
77
  - Package renamed from internal module to `uipath_langchain_client`
73
78
  - Import paths changed; update imports accordingly
74
79
 
75
- ## [0.1.x] - 2024-12-20
80
+ ## [0.1.x] - 2025-12-20
76
81
 
77
82
  ### Initial Development Release
78
83
  - LangChain-compatible chat models wrapping UiPath LLM services
@@ -1,3 +1,3 @@
1
1
  __title__ = "UiPath LangChain Client"
2
2
  __description__ = "A Python client for interacting with UiPath's LLM services via LangChain."
3
- __version__ = "1.0.0"
3
+ __version__ = "1.0.1"
@@ -22,6 +22,7 @@ class UiPathOpenAIEmbeddings(UiPathBaseLLMClient, OpenAIEmbeddings):
22
22
  client_type="passthrough",
23
23
  vendor_type="openai",
24
24
  freeze_base_url=True,
25
+ api_version="2025-03-01-preview",
25
26
  )
26
27
 
27
28
  # Override fields to avoid errors when instantiating the class
@@ -53,6 +54,7 @@ class UiPathAzureOpenAIEmbeddings(UiPathBaseLLMClient, AzureOpenAIEmbeddings):
53
54
  client_type="passthrough",
54
55
  vendor_type="openai",
55
56
  freeze_base_url=True,
57
+ api_version="2025-03-01-preview",
56
58
  )
57
59
 
58
60
  # Override fields to avoid errors when instantiating the class
@@ -1,3 +1,3 @@
1
1
  __titile__ = "UiPath LLM Client"
2
2
  __description__ = "A Python client for interacting with UiPath's LLM services."
3
- __version__ = "1.0.1"
3
+ __version__ = "1.0.2"
@@ -193,7 +193,7 @@ class UiPathHttpxClient(Client):
193
193
  Response with patched raise_for_status() that raises UiPath exceptions.
194
194
  """
195
195
  if self._freeze_base_url:
196
- request.url = URL(self.base_url)
196
+ request.url = URL(str(self.base_url).rstrip("/"))
197
197
  request.headers[self._streaming_header] = str(stream).lower()
198
198
  response = super().send(request, stream=stream, **kwargs)
199
199
  return patch_raise_for_status(response)
@@ -313,7 +313,7 @@ class UiPathHttpxAsyncClient(AsyncClient):
313
313
  Response with patched raise_for_status() that raises UiPath exceptions.
314
314
  """
315
315
  if self._freeze_base_url:
316
- request.url = URL(self.base_url)
316
+ request.url = URL(str(self.base_url).rstrip("/"))
317
317
  request.headers[self._streaming_header] = str(stream).lower()
318
318
  response = await super().send(request, stream=stream, **kwargs)
319
319
  return patch_raise_for_status(response)
@@ -8,8 +8,8 @@ from dotenv import load_dotenv
8
8
  from pydantic import Field, SecretStr, model_validator
9
9
  from pydantic_settings import SettingsConfigDict
10
10
  from uipath._cli._auth._auth_service import AuthService
11
+ from uipath.utils import EndpointManager
11
12
 
12
- from uipath_llm_client.settings.agenthub.utils import AgentHubEndpoints
13
13
  from uipath_llm_client.settings.base import UiPathAPIConfig, UiPathBaseSettings
14
14
 
15
15
 
@@ -99,13 +99,16 @@ class AgentHubBaseSettings(UiPathBaseSettings):
99
99
  api_config: UiPathAPIConfig | None = None,
100
100
  ) -> str:
101
101
  """Build the base URL for API requests."""
102
- if api_config is not None and api_config.client_type == "normalized":
103
- url = f"{self.base_url}/{AgentHubEndpoints.NORMALIZED_ENDPOINT.value.format(api_type=api_config.api_type)}"
102
+ assert model_name is not None
103
+ assert api_config is not None
104
+ if api_config.client_type == "normalized" and api_config.api_type == "completions":
105
+ url = f"{self.base_url}/{EndpointManager.get_normalized_endpoint()}"
106
+ elif api_config.client_type == "passthrough" and api_config.api_type == "embeddings":
107
+ assert api_config.api_version is not None
108
+ url = f"{self.base_url}/{EndpointManager.get_embeddings_endpoint().format(model=model_name, api_version=api_config.api_version)}"
104
109
  else:
105
- assert api_config is not None
106
- assert api_config.api_type is not None
107
110
  assert api_config.vendor_type is not None
108
- url = f"{self.base_url}/{AgentHubEndpoints.PASSTHROUGH_ENDPOINT.value.format(model=model_name, vendor=api_config.vendor_type, api_type=api_config.api_type)}"
111
+ url = f"{self.base_url}/{EndpointManager.get_vendor_endpoint().format(model=model_name, vendor=api_config.vendor_type)}"
109
112
  return url
110
113
 
111
114
  @override
@@ -1,14 +0,0 @@
1
- """Utility classes for AgentHub settings."""
2
-
3
- from enum import StrEnum
4
-
5
-
6
- class AgentHubEndpoints(StrEnum):
7
- """API endpoint paths for UiPath AgentHub.
8
-
9
- Normalized endpoints provide a consistent API across all providers.
10
- Passthrough endpoints expose vendor-specific APIs with formats for vendor/model.
11
- """
12
-
13
- NORMALIZED_ENDPOINT = "agenthub_/llm/api/chat/{api_type}"
14
- PASSTHROUGH_ENDPOINT = "agenthub_/llm/raw/vendor/{vendor}/model/{model}/{api_type}"