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