Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generative ¶
type Generative interface { // CreateCompletion is an API call to create a completion. Completion(ctx context.Context, content string) (resp *Response, err error) // GetSummaryPrefix is an API call to get a summary prefix using function call. GetSummaryPrefix(ctx context.Context, content string) (resp *Response, err error) }
Click to show internal directories.
Click to hide internal directories.