core

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL