AxAgentGuidancePayload
type AxAgentGuidancePayload = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/completion.ts#L10
Properties
guidance
guidance: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/completion.ts#L12
triggeredBy?
optional triggeredBy: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/completion.ts#L13
type
type: "guide_agent";Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/completion.ts#L11