Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Call ¶
func (c *Client) Call(_ context.Context, messageRequest types.CompletionRequest, _ chan<- types.CompletionStatus) (*types.CompletionMessage, error)
type Result ¶
type Result struct { Text string Func types.CompletionFunctionCall Content []types.ContentPart Err error }
type Runner ¶
func (*Runner) AssertResponded ¶ added in v0.6.0
func (*Runner) RespondWith ¶
func (*Runner) RunDefault ¶
Click to show internal directories.
Click to hide internal directories.