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

AxAgentFunctionModuleMeta

TypeScript
type AxAgentFunctionModuleMeta = object;

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

Properties

alwaysInclude?

TypeScript
optional alwaysInclude: boolean;

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


description?

TypeScript
optional description: string;

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


namespace

TypeScript
namespace: string;

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


selectionCriteria?

TypeScript
optional selectionCriteria: string;

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


title

TypeScript
title: string;

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

Docs