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

AxRunControlEvent

TypeScript
type AxRunControlEvent = object;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L13

Properties

callId?

TypeScript
optional callId: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L26


error?

TypeScript
optional error: unknown;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L29


path

TypeScript
path: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L24


pendingCallIds?

TypeScript
optional pendingCallIds: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L27


timing?

TypeScript
optional timing: "native" | "next-response";

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L28


type

TypeScript
type: 
  | "queued"
  | "applied"
  | "started"
  | "completed"
  | "failed"
  | "aborted"
  | "model.output"
  | "tool.started"
  | "tool.completed";

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L14


updateId?

TypeScript
optional updateId: number;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L25

Docs