Transcript.Entry
An entry in a transcript.
Declaration
@nonexhaustive enum EntryMentioned in
Overview
An individual entry in a transcript may represent instructions from you to the model, a prompt from a user, tool calls, or a response generated by the model.
Topics
Entry cases
Transcript.Entry.instructions(_:)Transcript.Entry.prompt(_:)Transcript.Entry.response(_:)Transcript.Entry.reasoning(_:)Transcript.ResponseTranscript.Entry.toolCalls(_:)Transcript.ToolCallsTranscript.ToolCallTranscript.Entry.toolOutput(_:)Transcript.ToolOutput