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

AxAgentOptimizationTargetDescriptor

TypeScript
type AxAgentOptimizationTargetDescriptor = object;

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

Properties

id

TypeScript
id: string;

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


program

TypeScript
program: AxNamedProgramInstance<any, any>["program"] & object;

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

Type declaration

getInstruction()?
TypeScript
() => string | undefined
getSignature()?
TypeScript
() => object
setInstruction()?
TypeScript
(instruction: string) => void

signature?

TypeScript
optional signature: string;

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

Docs