Skip to content

Commit c535e61

Browse files
author
Milder Hernandez Cagua
committed
Small fix
1 parent 394367f commit c535e61

File tree

1 file changed

+1
-1
lines changed
  • agents/semantickernel-agents-core/src/main/java/com/microsoft/semantickernel/agents/chatcompletion

1 file changed

+1
-1
lines changed

agents/semantickernel-agents-core/src/main/java/com/microsoft/semantickernel/agents/chatcompletion/ChatCompletionAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private Mono<List<ChatMessageContent<?>>> internalInvokeAsync(
104104
PromptExecutionSettings executionSettings = invocationContext != null
105105
&& invocationContext.getPromptExecutionSettings() != null
106106
? invocationContext.getPromptExecutionSettings()
107-
: kernelArguments.getExecutionSettings()
107+
: arguments.getExecutionSettings()
108108
.get(chatCompletionService.getServiceId());
109109

110110
// Build base invocation context

0 commit comments

Comments
 (0)