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

AxResolvedAgentPlaybookConfig

TypeScript
type AxResolvedAgentPlaybookConfig = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L97

Properties

apply

TypeScript
apply: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L100


learn

TypeScript
learn: AxResolvedAgentPlaybookLearn;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L101


onUpdate()?

TypeScript
optional onUpdate: (result: AxAgentPlaybookUpdateResult) => void | Promise<void>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L102

Parameters

ParameterType
resultAxAgentPlaybookUpdateResult

Returns

void | Promise<void>


playbookOptions

TypeScript
playbookOptions: Pick<AxPlaybookOptions, 
  | "maxReflectorRounds"
  | "maxSectionSize"
  | "allowDynamicSections"
  | "seed"
| "verbose">;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L105


seedPlaybook?

TypeScript
optional seedPlaybook: 
  | AxPlaybookSnapshot
  | AxACEPlaybook;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L98


studentAI?

TypeScript
optional studentAI: Readonly<AxAIService>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L103


target

TypeScript
target: "actor" | "responder";

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L99


teacherAI?

TypeScript
optional teacherAI: Readonly<AxAIService>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/playbookConfig.ts#L104

Docs