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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentStateTypes.ts#L82

Properties

args

TypeScript
args: unknown[];

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


type

TypeScript
type: "final" | "askClarification";

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

Docs