package ai_prompt import "kaiju/editor/editor_overlay/ai_prompt" Types AIPrompt struct type AIPrompt struct { // Has unexported fields. } Show func Show(host *engine.Host, onClose func()) (*AIPrompt, error) AIPrompt.Close func (o *AIPrompt) Close()