Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/prompt-sections.ts
Properties
| Property | Type |
|---|---|
id | string |
condition | (ctx: SectionContext) => boolean |
content | string |
priority | number |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/prompt-sections.ts
| Property | Type |
|---|---|
id | string |
condition | (ctx: SectionContext) => boolean |
content | string |
priority | number |
Was this page helpful?