unique_orchestrator 1.2.2__py3-none-any.whl → 1.2.3__py3-none-any.whl

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.

Potentially problematic release.


This version of unique_orchestrator might be problematic. Click here for more details.

@@ -155,7 +155,10 @@ def build_unique_ai(
155
155
  )
156
156
  )
157
157
 
158
- if config.agent.services.follow_up_questions_config:
158
+ if (
159
+ config.agent.services.follow_up_questions_config
160
+ and config.agent.services.follow_up_questions_config.number_of_questions > 0
161
+ ):
159
162
  postprocessor_manager.add_postprocessor(
160
163
  FollowUpPostprocessor(
161
164
  logger=logger,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_orchestrator
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Andreas Hauri
@@ -33,6 +33,9 @@ All notable changes to this project will be documented in this file.
33
33
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
34
34
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
35
35
 
36
+ ## [1.2.3] - 2025-10-13
37
+ - Fix bug where follow-up questions were being generated even if the number of questions is set to 0 in the config.
38
+
36
39
  ## [1.2.2] - 2025-10-09
37
40
  - update loading path of `DEFAULT_GPT_4o` from `unique_toolkit`
38
41
 
@@ -4,8 +4,8 @@ unique_orchestrator/prompts/system_prompt.jinja2,sha256=YXFdx3PG2p4TKfjEpz7guIw2
4
4
  unique_orchestrator/prompts/user_message_prompt.jinja2,sha256=BQokpBh3H2J-rFk8i-PRph3jy4T1gAJPPb1mxxRWNuM,878
5
5
  unique_orchestrator/tests/test_unique_ai_reference_order.py,sha256=8mZeVP1k8neH4qrFW3oa3zwIdaq2c7R1VvurC7kjBU8,4445
6
6
  unique_orchestrator/unique_ai.py,sha256=8sBD5P16XcJ_3BXywBuZRRa4h89ANAi8h3VA4V2G_sI,16471
7
- unique_orchestrator/unique_ai_builder.py,sha256=m9-k9oVY7RR9ntrWEzBs0gcycNk4JcbqNfqW-DlJXrc,7507
8
- unique_orchestrator-1.2.2.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
9
- unique_orchestrator-1.2.2.dist-info/METADATA,sha256=XIbO6S33sxXWD5OiMNCfzLsK7x2EYXVg5RdR0LzgMfE,2245
10
- unique_orchestrator-1.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
11
- unique_orchestrator-1.2.2.dist-info/RECORD,,
7
+ unique_orchestrator/unique_ai_builder.py,sha256=FUIJAVv0lPTWDgWeMx-KuCyrIc8w8lWyEciFs3_7a3Q,7608
8
+ unique_orchestrator-1.2.3.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
9
+ unique_orchestrator-1.2.3.dist-info/METADATA,sha256=8AZVFC-ygH-hJlGryJr8To5D1qQGxVX-I-7a_oY5EQk,2386
10
+ unique_orchestrator-1.2.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
11
+ unique_orchestrator-1.2.3.dist-info/RECORD,,