Uses of Class
com.google.genkit.ai.ResumeOptions
Packages that use ResumeOptions
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Uses of ResumeOptions in com.google.genkit.ai
Methods in com.google.genkit.ai that return ResumeOptionsModifier and TypeMethodDescriptionResumeOptions.Builder.build()Builds the ResumeOptions.GenerateOptions.getResume()Gets the resume options for continuing after an interrupt.Methods in com.google.genkit.ai with parameters of type ResumeOptionsModifier and TypeMethodDescriptionGenerateOptions.Builder.resume(ResumeOptions resume) Sets the resume options for continuing after an interrupt.Constructors in com.google.genkit.ai with parameters of type ResumeOptionsModifierConstructorDescriptionGenerateOptions(String model, String prompt, List<Message> messages, List<Document> docs, String system, List<Tool<?, ?>> tools, Object toolChoice, OutputConfig output, GenerationConfig config, Map<String, Object> context, Integer maxTurns, ResumeOptions resume, Class<T> outputClass) Creates new GenerateOptions. -
Uses of ResumeOptions in com.google.genkit.ai.session
Methods in com.google.genkit.ai.session that return ResumeOptionsMethods in com.google.genkit.ai.session with parameters of type ResumeOptionsModifier and TypeMethodDescriptionChat.SendOptions.Builder.resumeOptions(ResumeOptions resumeOptions) Sets the resume options for resuming after an interrupt.voidChat.SendOptions.setResumeOptions(ResumeOptions resumeOptions) Sets the resume options.