Converts to JSON.
Map<String, dynamic> toJson() => { 'type': type, 'submit_tool_outputs': submitToolOutputs.toJson(), };