ConversationHistoryTranscriptToolCallCommonModel constructor
const
ConversationHistoryTranscriptToolCallCommonModel({})
Implementation
const ConversationHistoryTranscriptToolCallCommonModel({
this.type,
required this.requestId,
required this.toolName,
required this.paramsAsJson,
required this.toolHasBeenCalled,
this.toolDetails,
});