AxAgentAutoPromotionRecord Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAgentAutoPromotionRecord.md type AxAgentAutoPromotionRecord

AxAgentAutoPromotionRecord

TypeScript
type AxAgentAutoPromotionRecord = object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/agentInternalTypes.ts#L106

One auto-upgrade context promotion, pending field_auto_promoted emission.

Properties

fieldName

TypeScript
fieldName: string;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/agentInternalTypes.ts#L107


originalChars

TypeScript
originalChars: number;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/agentInternalTypes.ts#L108


promptPreviewChars?

TypeScript
optional promptPreviewChars: number;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/agentInternalTypes.ts#L110

Chars kept inline as a preview; undefined => runtime-only.

Docs