Overview
Methods
getPrompts()
Get all prompts (local + adopted).
Example:
findByName()
Find a prompt by its base name.findAllByName()
Find all prompts matching a name (when multiple exist).findByQualifiedName()
Find a prompt by its fully qualified name.getExported()
Lookup a prompt by its exported (resolved) name.exportResolvedNames()
Produce unique, conflict-aware exported names.getInlinePrompts()
Get prompts defined inline (local only).listAllInstances()
List all prompt instances (locals + adopted).listByOwner()
List prompts by owner path.registerPromptInstance()
Register a pre-constructed PromptInstance directly.Typically used internally for remote app prompts.