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/04543e9e0873874640d5dbb158048393db35723c/src/ax/agent/agentInternal/agentStateTypes.ts#L150

Properties

consecutiveErrorTurns

TypeScript
consecutiveErrorTurns: number;

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


matchedNamespaces?

TypeScript
optional matchedNamespaces: string[];

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

Docs