Skip to content

Commit c788b1c

Browse files
author
Milder Hernandez Cagua
committed
Update
1 parent b378f63 commit c788b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/semantickernel-learn-resources/src/main/java/com/microsoft/semantickernel/samples/plugins/ConversationSummaryPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private static Mono<String> processAsync(KernelFunction<String> func, String inp
7171
// The first parameter is the input text.
7272
return func.invokeAsync(kernel)
7373
.withArguments(
74-
new KernelArguments.Builder()
74+
KernelArguments.builder()
7575
.withInput(paragraph)
7676
.build())
7777
.withResultType(

0 commit comments

Comments
 (0)