clean up protos

This commit is contained in:
abeatrix
2025-11-11 14:25:44 -08:00
parent 40c2e5341e
commit 0de8692dc9
+2 -2
View File
@@ -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