cwyodmodules 0.3.23__py3-none-any.whl → 0.3.24__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.
@@ -61,6 +61,7 @@ class SemanticKernelOrchestrator(OrchestratorBase):
61
61
  system_message = self.env_helper.SEMENTIC_KERNEL_SYSTEM_PROMPT
62
62
  language = self.env_helper.AZURE_MAIN_CHAT_LANGUAGE
63
63
  if not system_message:
64
+ logger.info("No system message provided, using default")
64
65
  # system_message = """You help employees to navigate only private information sources.
65
66
  # You must prioritize the function call over your general knowledge for any question by calling the search_documents function.
66
67
  # Call the text_processing function when the user request an operation on the current context, such as translate, summarize, or paraphrase. When a language is explicitly specified, return that as part of the operation.
@@ -97,7 +98,7 @@ class SemanticKernelOrchestrator(OrchestratorBase):
97
98
  plugin=OutlookCalendarPlugin(question=user_message, chat_history=chat_history, user_info=user_info),
98
99
  plugin_name="OutlookCalendar",
99
100
  )
100
- filters.append("ChaOutlookCalendart")
101
+ filters.append("OutlookCalendar")
101
102
  settings = self.llm_helper.get_sk_service_settings(self.chat_service)
102
103
  settings.function_call_behavior = FunctionCallBehavior.EnableFunctions(
103
104
  filters={"included_plugins": filters}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cwyodmodules
3
- Version: 0.3.23
3
+ Version: 0.3.24
4
4
  Summary: Add your description here
5
5
  Author-email: Patrik <patrikhartl@gmail.com>
6
6
  Classifier: Operating System :: OS Independent
@@ -65,7 +65,7 @@ cwyodmodules/batch/utilities/orchestrator/open_ai_functions.py,sha256=JvIdN_hH_U
65
65
  cwyodmodules/batch/utilities/orchestrator/orchestration_strategy.py,sha256=-MEPKVX3-hH6w0NRsGkQpCV86u1d7Qx1TWEKL09jj9A,755
66
66
  cwyodmodules/batch/utilities/orchestrator/orchestrator_base.py,sha256=VFqApyua3zitmhmIQgMGk4709gzJkug1R3P0cZIKx5M,6298
67
67
  cwyodmodules/batch/utilities/orchestrator/prompt_flow.py,sha256=xht-Sd6aJAH_OtzQ1LCo8Lltr--Pf_0uqPpi_HQviBI,7345
68
- cwyodmodules/batch/utilities/orchestrator/semantic_kernel_orchestrator.py,sha256=ZJRnktGVfG2wPu0oGWj2uYnnLx1O7e-aPzOKBH2dLeQ,9863
68
+ cwyodmodules/batch/utilities/orchestrator/semantic_kernel_orchestrator.py,sha256=SQpPBx0M63b008-Kl8Sfj8vX20ddGddgg76Y8FuiAsg,9932
69
69
  cwyodmodules/batch/utilities/orchestrator/strategies.py,sha256=oVatdT6Gc4qtX773M9a8Izm2UNDYXmYP__8wJYdy4W8,1384
70
70
  cwyodmodules/batch/utilities/parser/__init__.py,sha256=ZGBxm1TX6cQAnFkMtKN6C2FwnNv1MmwNdyo3LWRlKlo,236
71
71
  cwyodmodules/batch/utilities/parser/output_parser_tool.py,sha256=ARKwshTeZlUlnWYreaUOVol6q9L1MAKKCT8CO5OKxTw,5831
@@ -108,8 +108,8 @@ cwyodmodules/graphrag/query/generate.py,sha256=xBnZs2U9xFWtPk4AfAZgYKbHdcxNcIO6Q
108
108
  cwyodmodules/graphrag/query/graph_search.py,sha256=95h3ecSWx4864XgKABtG0fh3Nk8HkqJVzoCrO8daJ-Y,7724
109
109
  cwyodmodules/graphrag/query/types.py,sha256=1Iq1dp4I4a56_cuFjOZ0NTgd0A2_MpVFznp_czgt6cI,617
110
110
  cwyodmodules/graphrag/query/vector_search.py,sha256=9Gwu9LPjtoAYUU8WKqCvbCHAIg3dpk71reoYd1scLnQ,1807
111
- cwyodmodules-0.3.23.dist-info/licenses/LICENSE,sha256=UqBDTipijsSW2ZSOXyTZnMsXmLoEHTgNEM0tL4g-Sso,1150
112
- cwyodmodules-0.3.23.dist-info/METADATA,sha256=adtRJFMKg2hh7CI9kgD2lzE9GiDky9h0yxaYPJBlrYI,1969
113
- cwyodmodules-0.3.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
114
- cwyodmodules-0.3.23.dist-info/top_level.txt,sha256=99RENLbkdRX-qpJvsxZ5AfmTL5s6shSaKOWYpz1vwzg,13
115
- cwyodmodules-0.3.23.dist-info/RECORD,,
111
+ cwyodmodules-0.3.24.dist-info/licenses/LICENSE,sha256=UqBDTipijsSW2ZSOXyTZnMsXmLoEHTgNEM0tL4g-Sso,1150
112
+ cwyodmodules-0.3.24.dist-info/METADATA,sha256=9g64P79MLzDT2cV5kLE0XeOqKAMh59ykcDEyZuxuFsU,1969
113
+ cwyodmodules-0.3.24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
114
+ cwyodmodules-0.3.24.dist-info/top_level.txt,sha256=99RENLbkdRX-qpJvsxZ5AfmTL5s6shSaKOWYpz1vwzg,13
115
+ cwyodmodules-0.3.24.dist-info/RECORD,,