Versions in this module Expand all Collapse all v0 v0.0.1 Mar 21, 2026 v0.0.0 Mar 15, 2026 Changes in this version + const ANTHROPIC_CLAUDE_OPUS_4 + const ANTHROPIC_CLAUDE_OPUS_4_6 + const ANTHROPIC_CLAUDE_SONNET_4 + const ANTHROPIC_CLAUDE_SONNET_4_5 + const ANTHROPIC_CLAUDE_SONNET_4_6 + const OPENAI_GPT3DOT5_TURBO + const OPENAI_GPT4O + const OPENAI_GPT4O_MINI + const OPENAI_GPT4_TURBO + const OPENAI_GPT5 + const OPENAI_O1 + const OPENAI_O3_MINI + type CodeGen struct + func NewCodeGen(openAISecretKey, anthropicSecretKey string, model int) (*CodeGen, error) + func (cg *CodeGen) GenerateLayerFunction(fnName, description string, inputs, outputs []string) (string, error)