think

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: May 15, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Title       string `json:"title,omitempty"`
	Description string `json:"description,omitempty"`
}

type Think

type Think interface {
	Run(prompt string, language string, request Request) (*database.ThinkResult, error)
}

func New

func New(ctx context.Context, cfg *config.Config) (Think, error)

Jump to

Keyboard shortcuts

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