structures

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2025 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StructureBoolean

func StructureBoolean() (Structure, *Boolean)

func StructureGaps

func StructureGaps() (Structure, *Gaps)

func StructureGoal

func StructureGoal() (Structure, *Goal)

func StructureGuidelines

func StructureGuidelines() (Structure, *Guidelines)

func StructurePlan

func StructurePlan() (Structure, *Plan)

Types

type Boolean

type Boolean struct {
	Boolean bool `json:"extract_boolean"`
}

type Gaps

type Gaps struct {
	Gaps []string `json:"gaps"`
}

type Goal

type Goal struct {
	Goal string `json:"goal"`
}

type Guidelines

type Guidelines struct {
	Guidelines []int `json:"guidelines"`
}

type Plan

type Plan struct {
	Subtasks    []string `json:"subtasks"`
	Description string   `json:"description"`
}

type Structure

type Structure struct {
	Schema jsonschema.Definition
	Object any
}

Jump to

Keyboard shortcuts

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