pub fn insert_transcript(
conn: &Connection,
transcript: &Transcript,
scud_session_id: Option<&str>,
task_id: Option<&str>,
) -> Result<()>Expand description
Insert a full transcript (messages, tool calls, tool results) into the database.