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

AxAgentTestCompletionPayload

TypeScript
type AxAgentTestCompletionPayload = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentStateTypes.ts#L82

Properties

args

TypeScript
args: unknown[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentStateTypes.ts#L84


type

TypeScript
type: "final" | "askClarification" | "respond";

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentStateTypes.ts#L83

Docs