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