Documentation ¶ Index ¶ type Format type Prompt Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Format ¶ type Format int const ( FORMAT_TEXT Format = iota FORMAT_JSON ) type Prompt ¶ type Prompt struct { // The textual description of the task to complete Task string // The input blob for processing by the task Blob string // The output format Format Format } The core object used by iq for LLM I/O Source Files ¶ View all Source files prompt.go Click to show internal directories. Click to hide internal directories.