Class DotPrompt.Output

java.lang.Object
dev.enola.ai.dotprompt.DotPrompt.Output
Enclosing class:
DotPrompt

public static class DotPrompt.Output extends Object
  • Field Details

    • format

      Desired output format for this prompt. Implicitly set to JSON if the schema is specified.
    • schema

      public final Map<String,Object> schema
      Schema representing the expected output from the prompt. Must correspond to a JSON Schema object type.
  • Constructor Details