diff --git a/proto/cline/task.proto b/proto/cline/task.proto index 836d1ab1cd..fc867e94b4 100644 --- a/proto/cline/task.proto +++ b/proto/cline/task.proto @@ -70,7 +70,7 @@ message TaskResponse { int32 tokens_out = 8; int32 cache_writes = 9; int32 cache_reads = 10; - string modelId = 11; + string model_id = 11; } // Request for getting task history with filtering @@ -100,7 +100,7 @@ message TaskItem { int32 tokens_out = 8; int32 cache_writes = 9; int32 cache_reads = 10; - string modelId = 11; + string model_id = 11; } // Request for ask response operation