Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LLMClient ¶
type LLMClient interface {
InvokeModel(ctx context.Context, request LLMRequest) (*LLMResponse, error)
InvokeModelWithRetry(ctx context.Context, request LLMRequest) (*LLMResponse, error)
}
type LLMRequest ¶
type LLMResponse ¶
Click to show internal directories.
Click to hide internal directories.