pub async fn get_subagent_messages(
session_id: &str,
agent_id: &str,
opts: &SessionQueryOptions,
) -> Result<Vec<SessionMessage>>Expand description
Get messages for a specific subagent transcript.
pub async fn get_subagent_messages(
session_id: &str,
agent_id: &str,
opts: &SessionQueryOptions,
) -> Result<Vec<SessionMessage>>Get messages for a specific subagent transcript.