Documentation
¶
Overview ¶
Package ai provides a simple interface to interact with AI models. TODO: This is an early stage PoC package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ai ¶
type Ai struct {
Input chan api.Message
Output chan Notification
// contains filtered or unexported fields
}
func (*Ai) InferenceAttributes ¶ added in v0.0.9
func (a *Ai) InferenceAttributes() api.InferenceAttributes
type Notification ¶
type Notification struct{}
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func (*Session) HasMessages ¶
func (*Session) SystemPrompt ¶
Click to show internal directories.
Click to hide internal directories.