Uses of Interface
com.microsoft.semantickernel.builders.SemanticKernelBuilder
-
-
Uses of SemanticKernelBuilder in com.microsoft.semantickernel
Classes in com.microsoft.semantickernel that implement SemanticKernelBuilder Modifier and Type Class Description static classKernel.BuilderA fluent builder for creating a new instance ofKernel. -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.data.vectorstorage.definition
Classes in com.microsoft.semantickernel.data.vectorstorage.definition that implement SemanticKernelBuilder Modifier and Type Class Description static classVectorStoreRecordDataField.BuilderBuilder for the VectorStoreRecordDataField class.static classVectorStoreRecordField.Builder<T,U extends VectorStoreRecordField.Builder<T,U>>A builder for the VectorStoreRecordField class.static classVectorStoreRecordKeyField.BuilderA builder for the VectorStoreRecordKeyField class.static classVectorStoreRecordVectorField.BuilderA builder for the VectorStoreRecordVectorField class. -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.data.vectorstorage.options
Classes in com.microsoft.semantickernel.data.vectorstorage.options that implement SemanticKernelBuilder Modifier and Type Class Description static classGetRecordOptions.BuilderA builder for GetRecordOptions.static classVectorSearchOptions.BuilderA builder for the VectorSearchOptions class. -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.orchestration
Classes in com.microsoft.semantickernel.orchestration that implement SemanticKernelBuilder Modifier and Type Class Description static classInvocationContext.BuilderBuilder forInvocationContext. -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.semanticfunctions
Classes in com.microsoft.semantickernel.semanticfunctions that implement SemanticKernelBuilder Modifier and Type Class Description static classKernelFunctionArguments.BuilderBuilder for ContextVariables -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.services.audio
Classes in com.microsoft.semantickernel.services.audio that implement SemanticKernelBuilder Modifier and Type Class Description static classAudioToTextService.BuilderBuilder for the AudioToTextService.static classTextToAudioService.BuilderBuilder for the TextToAudioService. -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.services.chatcompletion.message
Classes in com.microsoft.semantickernel.services.chatcompletion.message that implement SemanticKernelBuilder Modifier and Type Class Description static classChatMessageImageContent.Builder<T>Builder for theChatMessageImageContentclass.static classChatMessageTextContent.BuilderBuilder for theChatMessageTextContentclass. -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.services.openai
Classes in com.microsoft.semantickernel.services.openai that implement SemanticKernelBuilder Modifier and Type Class Description classOpenAiServiceBuilder<C,T extends AIService,U extends OpenAiServiceBuilder<C,T,U>>Builder for an OpenAI service. -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.services.textcompletion
Classes in com.microsoft.semantickernel.services.textcompletion that implement SemanticKernelBuilder Modifier and Type Class Description static classTextGenerationService.BuilderBuilder for a TextGenerationService
-