Uses of Record Class
ai.vespa.llm.completion.Completion
Packages that use Completion
Package
Description
-
Uses of Completion in ai.vespa.llm
Methods in ai.vespa.llm that return types with arguments of type CompletionModifier and TypeMethodDescriptionLanguageModel.complete(Prompt prompt, InferenceParameters options) Method parameters in ai.vespa.llm with type arguments of type CompletionModifier and TypeMethodDescriptionLanguageModel.completeAsync(Prompt prompt, InferenceParameters options, Consumer<Completion> consumer) -
Uses of Completion in ai.vespa.llm.client.openai
Methods in ai.vespa.llm.client.openai that return types with arguments of type CompletionModifier and TypeMethodDescriptionOpenAiClient.complete(Prompt prompt, InferenceParameters options) Method parameters in ai.vespa.llm.client.openai with type arguments of type CompletionModifier and TypeMethodDescriptionOpenAiClient.completeAsync(Prompt prompt, InferenceParameters options, Consumer<Completion> consumer) -
Uses of Completion in ai.vespa.llm.completion
Methods in ai.vespa.llm.completion that return CompletionModifier and TypeMethodDescriptionstatic Completionstatic CompletionCompletion.from(String text, Completion.FinishReason reason) Methods in ai.vespa.llm.completion with parameters of type CompletionModifier and TypeMethodDescriptionPrompt.append(Completion completion) Returns a new prompt with the text of the given completion appended.StringPrompt.append(Completion completion) -
Uses of Completion in ai.vespa.llm.test
Methods in ai.vespa.llm.test that return types with arguments of type CompletionModifier and TypeMethodDescriptionMockLanguageModel.complete(Prompt prompt, InferenceParameters options) Method parameters in ai.vespa.llm.test with type arguments of type CompletionModifier and TypeMethodDescriptionMockLanguageModel.completeAsync(Prompt prompt, InferenceParameters options, Consumer<Completion> action) MockLanguageModel.Builder.completer(Function<Prompt, List<Completion>> completer)