ConversationTurn constructor
const
ConversationTurn({})
Implementation
const ConversationTurn({
required this.userMessage,
required this.assistantMessage,
required this.toolExecutions,
required this.duration,
required this.inputTokens,
required this.outputTokens,
required this.cost,
required this.turnIndex,
});