AbstractAbstractendEnds an interactive session with the agent.
A session ID provided by first calling start().
A reason why the interactive session was ended.
AgentPreviewEndResponse
AbstractsendSend a message to the agent using the session ID obtained by calling start().
A session ID provided by first calling start().
A message to send to the agent.
AgentPreviewSendResponse
Enable or disable Apex Debug Mode, which will enable trace flags for the Bot user and create apex debug logs for use within VS Code's Apex Replay Debugger.
Whether to enable or disable Apex Debug Mode.
AbstractstartStart an interactive session with the agent. This is implemented by child classes to provide their specific start logic.
AbstracttracesGet the traces for a given session and message IDs.
A session ID provided by first calling start().
An array of message IDs to get the traces for.
PlannerResponse[]
Abstract base class for agent runners that provides common functionality for interacting with agents through the Einstein AI Agent API.