Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is a mock LLM provider for tests.
func (*Provider) Completion ¶
func (m *Provider) Completion(ctx context.Context, params llm.CompletionParams) (*llm.CompletionResult, error)
Completion satisfies the llm.Provider interface.
Click to show internal directories.
Click to hide internal directories.