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

AxAgentFunctionExample

TypeScript
type AxAgentFunctionExample = object;

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

Properties

code

TypeScript
code: string;

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


description?

TypeScript
optional description: string;

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


language?

TypeScript
optional language: string;

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


title?

TypeScript
optional title: string;

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

Docs