host

package
v2026.610.2 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatRunError

func FormatRunError(err error) string

func Register

func Register(ctx context.Context, r wazero.Runtime, caller ToolCaller) error

Types

type CountingCaller

type CountingCaller struct {
	Inner    ToolCaller
	MaxCalls int

	LastError error
	// contains filtered or unexported fields
}

func (*CountingCaller) Call

func (c *CountingCaller) Call(ctx context.Context, name string, args json.RawMessage) (json.RawMessage, error)

func (*CountingCaller) ToolCalls

func (c *CountingCaller) ToolCalls() int

type ToolCaller

type ToolCaller interface {
	Call(ctx context.Context, name string, args json.RawMessage) (json.RawMessage, error)
}

Jump to

Keyboard shortcuts

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