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

Properties

args

TypeScript
args: unknown[];

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


type

TypeScript
type: "final" | "askClarification";

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

Docs