We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dd603 commit 3a2831dCopy full SHA for 3a2831d
code/backend/batch/utilities/orchestrator/semantic_kernel.py
@@ -57,7 +57,7 @@ async def orchestrate(
57
)
58
59
settings = self.llm_helper.get_sk_service_settings(self.chat_service)
60
- settings.function_call_behavior = FunctionChoiceBehavior.EnableFunctions(
+ settings.function_choice_behavior = FunctionChoiceBehavior.Auto(
61
filters={"included_plugins": ["Chat"]}
62
63
0 commit comments