Skip to main content

Module conversation

Module conversation 

Source
Expand description

The conversation model: the transcript that flows between the runner and the provider, and is ultimately handed to evals.

Structs§

Message
A single turn in the conversation.
Transcript
An ordered list of messages. Thin wrapper so the type reads clearly at call sites and so we can grow conversation-level helpers without churn.

Enums§

Role
Who produced a message.