AxACEBullet Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxACEBullet.md interface AxACEBullet

AxACEBullet

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/dsp/optimizers/aceTypes.ts#L7

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

TypeScript
[key: string]: unknown

Properties

PropertyType
contentstring
createdAtstring
harmfulCountnumber
helpfulCountnumber
idstring
metadata?Record<string, unknown>
sectionstring
tags?string[]
updatedAtstring
Docs