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

AxDiscoveryTurnSummary

TypeScript
type AxDiscoveryTurnSummary = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L185

Properties

functions

TypeScript
functions: Set<string>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L187


modules

TypeScript
modules: Set<string>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L186


texts

TypeScript
texts: Set<string>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L188

Docs