Class SimulateSystemPromptMiddleware.Options

java.lang.Object
com.google.genkit.plugins.middleware.SimulateSystemPromptMiddleware.Options
Enclosing class:
SimulateSystemPromptMiddleware

public static class SimulateSystemPromptMiddleware.Options extends Object
Configuration parameters for SimulateSystemPromptMiddleware.
  • Field Details

    • preface

      @JsonPropertyDescription("Text prepended to the system content when converting it into a user message.") public String preface
    • acknowledgement

      @JsonPropertyDescription("Assistant reply inserted after the converted system message.") public String acknowledgement
  • Constructor Details

    • Options

      public Options()