ConversationHistoryTranscriptToolResultCommonModel constructor
const
ConversationHistoryTranscriptToolResultCommonModel({})
Implementation
const ConversationHistoryTranscriptToolResultCommonModel({
this.type,
required this.requestId,
required this.toolName,
required this.resultValue,
required this.isError,
required this.toolHasBeenCalled,
this.toolLatencySecs,
});