mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
overseer v2 3
This commit is contained in:
@@ -7,6 +7,8 @@ Rules:
|
||||
- If directly addressed, avoid ignoring users.
|
||||
- Keep lines concise and in-character.
|
||||
|
||||
Output contract for this phase:
|
||||
- Return exactly one line.
|
||||
- Return one of: SKIP, CHAT, ACTION, ACTION+CHAT.
|
||||
Output contract:
|
||||
- Return valid JSON only.
|
||||
- Shape:
|
||||
{"decision":"SKIP|CHAT|ACTION|ACTION+CHAT","chat":"optional text","actions":[{"tool":"tool_id","args":{}}]}
|
||||
- Use `tool_id` values only from available tools.
|
||||
|
||||
Reference in New Issue
Block a user