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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/agent/agentInternal/agentInternalTypes.ts#L199

Properties

id

TypeScript
id: string;

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


program

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

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

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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/agent/agentInternal/agentInternalTypes.ts#L201

Docs