Versions in this module Expand all Collapse all v0 v0.0.1 Dec 24, 2025 Changes in this version + func Genkit() *genkit.Genkit + func Init(ctx context.Context, cfg Config) error + type ArkConfig struct + APIKey string + BaseURL string + Models []ModelConfig + func (c *ArkConfig) Validate() error + type ArkPlugin struct + func NewArkPlugin(cfg ArkConfig) *ArkPlugin + func (p *ArkPlugin) Init(ctx context.Context) []api.Action + func (p *ArkPlugin) Name() string + type Config struct + Ark ArkConfig + PromptDir string + func (c *Config) Validate() error + type ModelConfig struct + BaseURL string + Dim int + Model string + Name string + Type ModelType + func (m *ModelConfig) Validate(index int) error + type ModelType string + const ModelTypeEmbedding + const ModelTypeLLM