ai

package
v0.78.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Complete(ctx context.Context, opts *CompleteOptions) (*CompleteResult, error)
}

func NewNoop

func NewNoop() Client

func NewOpenAI

func NewOpenAI(apiKey string, opts *Options) (Client, error)

type CompleteOptions

type CompleteOptions struct {
	Messages     []*aiv1.CompletionMessage
	Tools        []*aiv1.Tool
	OutputSchema *jsonschema.Schema
}

type CompleteResult

type CompleteResult struct {
	Message      *aiv1.CompletionMessage
	InputTokens  int
	OutputTokens int
}

type Options

type Options struct {
	BaseURL    string
	APIType    openai.APIType
	APIVersion string

	Model       string
	Temperature float32
}

Jump to

Keyboard shortcuts

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