Skip to content

Commit b37a8cc

Browse files
Update kernel_arguments.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 810cb92 commit b37a8cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/semantic_kernel/functions/kernel_arguments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def __or__(self, value: dict) -> "KernelArguments":
7373
else:
7474
new_execution_settings = {}
7575
new_execution_settings = {}
76+
new_execution_settings = {}
7677

7778
if isinstance(value, KernelArguments) and value.execution_settings:
7879
# Only copy when we need to merge (mutation)

0 commit comments

Comments
 (0)