Kind: Class
Source: atloria-monorepo/libs/agent-core/src/autonomous/prompt-sections.ts
Methods
| Method | Signature | Returns |
|---|---|---|
register | register(section: PromptSection) | this |
unregister | unregister(id: string) | this |
build | build(ctx: SectionContext) | string |
activeIds | activeIds(ctx: SectionContext) | string[] |
Was this page helpful?