Uses of Interface
com.microsoft.semantickernel.skilldefinition.ReadOnlySkillCollection
-
Packages that use ReadOnlySkillCollection Package Description com.microsoft.semantickernel com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.skilldefinition -
-
Uses of ReadOnlySkillCollection in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return ReadOnlySkillCollection Modifier and Type Method Description ReadOnlySkillCollectionSkillExecutor. getSkills() -
Uses of ReadOnlySkillCollection in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return ReadOnlySkillCollection Modifier and Type Method Description ReadOnlySkillCollectionAbstractSKContext. getSkills()ReadOnlySkillCollectionSKContext. getSkills()Provides access to the skills within this contextMethods in com.microsoft.semantickernel.orchestration with parameters of type ReadOnlySkillCollection Modifier and Type Method Description SKContextSKContext. build(ContextVariables variables, SemanticTextMemory memory, ReadOnlySkillCollection skills)reactor.core.publisher.Mono<SKContext>AbstractSkFunction. invokeWithCustomInputAsync(ContextVariables variables, SemanticTextMemory semanticMemory, ReadOnlySkillCollection skills)reactor.core.publisher.Mono<SKContext>SKFunction. invokeWithCustomInputAsync(ContextVariables variables, SemanticTextMemory semanticMemory, ReadOnlySkillCollection skills)Invokes the function with the given input, context and settingsSKContext.BuilderSKContext.Builder. withSkills(ReadOnlySkillCollection skills)Sets the skills -
Uses of ReadOnlySkillCollection in com.microsoft.semantickernel.skilldefinition
Methods in com.microsoft.semantickernel.skilldefinition that return ReadOnlySkillCollection Modifier and Type Method Description ReadOnlySkillCollectionReadOnlySkillCollection. copy()
-