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

AxAgentEvalFunctionCall

TypeScript
type AxAgentEvalFunctionCall = object;

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

Properties

arguments

TypeScript
arguments: AxFieldValue;

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


error?

TypeScript
optional error: string;

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


name

TypeScript
name: string;

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


qualifiedName

TypeScript
qualifiedName: string;

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


result?

TypeScript
optional result: AxFieldValue;

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

Docs