Skip to content

Commit 3a2831d

Browse files
fix: Updated the function choicebehaviour to Auto
1 parent 83dd603 commit 3a2831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/backend/batch/utilities/orchestrator/semantic_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def orchestrate(
5757
)
5858

5959
settings = self.llm_helper.get_sk_service_settings(self.chat_service)
60-
settings.function_call_behavior = FunctionChoiceBehavior.EnableFunctions(
60+
settings.function_choice_behavior = FunctionChoiceBehavior.Auto(
6161
filters={"included_plugins": ["Chat"]}
6262
)
6363

0 commit comments

Comments
 (0)