From 8cccd064c6882b919a52530466353c189e848b75 Mon Sep 17 00:00:00 2001
From: Patrick Mania <pmania@uni-bremen.de>
Date: Fri, 16 Jun 2023 15:18:53 +0200
Subject: [PATCH] additional documentation

---
 action/Query.action | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/action/Query.action b/action/Query.action
index 1907a25..e2efb85 100644
--- a/action/Query.action
+++ b/action/Query.action
@@ -7,6 +7,7 @@ string type
 # This could for example be a natural language statement if a specific, non-object centric event is happening in the scene
 string description
 
+# A description of the object(s) you are looking for
 ObjectDesignator obj
 ---
 #result
@@ -14,6 +15,7 @@ ObjectDesignator obj
 # a generic string description what has been detected in the scene
 string description
 
+# A description of the object(s) we've found
 ObjectDesignator[] res
 ---
 #feedback
-- 
GitLab