ai

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2026 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryContent

type BinaryContent struct {
	MIMEType string
	Data     []byte
}

BinaryContent represents binary data with a MIME type.

type ContentPart

type ContentPart interface {
	// contains filtered or unexported methods
}

ContentPart is a part of a message content, can be text, binary, or image URL.

type ImageURLContent

type ImageURLContent struct {
	URL string
}

ImageURLContent represents an image referenced by URL.

type TextContent

type TextContent struct {
	Text string
}

TextContent represents textual content.

Jump to

Keyboard shortcuts

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