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

AxAgentStateExecutorModelState

TypeScript
type AxAgentStateExecutorModelState = object;

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

Properties

consecutiveErrorTurns

TypeScript
consecutiveErrorTurns: number;

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


matchedNamespaces?

TypeScript
optional matchedNamespaces: string[];

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

Docs