Uses of Interface
com.google.genkit.prompt.ExecutablePrompt.GenerateFunction
Packages that use ExecutablePrompt.GenerateFunction
-
Uses of ExecutablePrompt.GenerateFunction in com.google.genkit.prompt
Methods in com.google.genkit.prompt with parameters of type ExecutablePrompt.GenerateFunctionModifier and TypeMethodDescriptionExecutablePrompt.withGenerateFunction(ExecutablePrompt.GenerateFunction generateFunction) Sets the generate function to use Genkit.generate() for tool/interrupt support.