diff --git a/plugins/claas-feedback/openclaw.plugin.json b/plugins/claas-feedback/openclaw.plugin.json index 336cd44..8e3cc7d 100644 --- a/plugins/claas-feedback/openclaw.plugin.json +++ b/plugins/claas-feedback/openclaw.plugin.json @@ -12,6 +12,11 @@ "loraId": { "type": "string", "description": "LoRA adapter ID to update (e.g. openclaw/assistant-latest)" + }, + "feedbackBatchSize": { + "type": "integer", + "minimum": 1, + "description": "Number of feedback samples to batch before triggering distillation" } } }