AxRunControlEvent
type AxRunControlEvent = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L13
Properties
callId?
optional callId: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L26
error?
optional error: unknown;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L29
path
path: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L24
pendingCallIds?
optional pendingCallIds: readonly string[];Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L27
timing?
optional timing: "native" | "next-response";Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L28
type
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?
optional updateId: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/runControl.ts#L25