Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func (*Adapter) Chat ¶
func (a *Adapter) Chat(ctx context.Context, req provider.ChatRequest) (*provider.ChatResponse, error)
func (*Adapter) Stream ¶
func (a *Adapter) Stream(ctx context.Context, req provider.ChatRequest) (<-chan provider.StreamChunk, error)
Click to show internal directories.
Click to hide internal directories.