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

AxAgentDiscoveryPromptState

TypeScript
type AxAgentDiscoveryPromptState = object;

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

Properties

functions?

TypeScript
optional functions: object[];

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

qualifiedName

TypeScript
qualifiedName: string;

text

TypeScript
text: string;

modules?

TypeScript
optional modules: object[];

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

module

TypeScript
module: string;

text

TypeScript
text: string;
Docs