Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsToolCall ¶
Types ¶
type CompleteClient ¶
type CompleteClient interface {
Call(ctx context.Context, k8s kclient.Client, namespace string, messageRequest openai2.CompletionRequest, status chan<- v1.MessageBody) (*v1.MessageBody, error)
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewGenerateHandler ¶
func NewGenerateHandler(c CompleteClient) *Handler
func (*Handler) CompleteAssistant ¶
Click to show internal directories.
Click to hide internal directories.