AxACEBullet
Individual playbook bullet with metadata used for incremental updates. Mirrors the structure described in the ACE paper (Section 3.1).
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
| Property | Type |
|---|---|
content | string |
createdAt | string |
harmfulCount | number |
helpfulCount | number |
id | string |
metadata? | Record<string, unknown> |
section | string |
tags? | string[] |
updatedAt | string |