AxAgentClarificationKindTypeScript Copytype AxAgentClarificationKind = "text" | "number" | "date" | "single_choice" | "multiple_choice";Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentStateTypes.ts#L89