Uses of Class
com.google.genkit.ai.InterruptConfig.Builder
Packages that use InterruptConfig.Builder
-
Uses of InterruptConfig.Builder in com.google.genkit.ai
Methods in com.google.genkit.ai that return InterruptConfig.BuilderModifier and TypeMethodDescriptionstatic <I,O> InterruptConfig.Builder <I, O> InterruptConfig.builder()Creates a new builder.InterruptConfig.Builder.description(String description) Sets the description.InterruptConfig.Builder.inputSchema(Map<String, Object> inputSchema) Sets the input schema.Sets the input type class.Sets the interrupt name.InterruptConfig.Builder.outputSchema(Map<String, Object> outputSchema) Sets the output schema.InterruptConfig.Builder.outputType(Class<O> outputType) Sets the output type class.Sets the request metadata function.