Versions in this module Expand all Collapse all v0 v0.0.2 May 6, 2026 v0.0.1 Apr 27, 2026 Changes in this version + func New(cfg Config) (adkagent.Agent, error) + func NewAIStudioModel(ctx context.Context, apiKey, modelName string) (model.LLM, error) + type Config struct + Description string + GlobalInstruction string + Instruction string + Model model.LLM + Name string + type OpenAIModel struct + func NewOpenAIModel(apiKey, modelName string) (*OpenAIModel, error) + func (m *OpenAIModel) GenerateContent(ctx context.Context, req *model.LLMRequest, _ bool) iter.Seq2[*model.LLMResponse, error] + func (m *OpenAIModel) Name() string