Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2024 Changes in this version + type LLM struct + func NewLLM(ctx context.Context, kind string) (*LLM, error) + func (l *LLM) GenerateContent(ctx context.Context, messages []llms.MessageContent, ...) (*llms.ContentResponse, error)