Interface CompletionSKFunction
-
- All Superinterfaces:
SKFunction<CompletionRequestSettings>
public interface CompletionSKFunction extends SKFunction<CompletionRequestSettings>
Semantic function for text completion
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCompletionSKFunction.BuilderBuilder for completion functions
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<SKContext>aggregatePartitionedResultsAsync(List<String> partitionedInput, SKContext context)Method to aggregate partitioned results of a semantic function.-
Methods inherited from interface com.microsoft.semantickernel.orchestration.SKFunction
describe, getDescription, getName, getSkillName, getType, invokeAsync, invokeAsync, invokeAsync, invokeAsync, invokeAsync, invokeWithCustomInputAsync, toEmbeddingString, toFullyQualifiedName, toManualString
-
-
-
-
Method Detail
-
aggregatePartitionedResultsAsync
reactor.core.publisher.Mono<SKContext> aggregatePartitionedResultsAsync(List<String> partitionedInput, @Nullable SKContext context)
Method to aggregate partitioned results of a semantic function.- Parameters:
partitionedInput- Input to aggregatecontext- Semantic Kernel context- Returns:
- Aggregated results
-
-