mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-12 07:10:09 +00:00
Tool-request card: separate the product's facts from the coworker's ask
Registry metadata (version, publisher, checksum) moves to a distinct fact strip. Decline button renamed to say the run continues; reason capped to one sentence.
This commit is contained in:
@@ -976,6 +976,7 @@ class TurnEngine:
|
||||
"installable": info is not None,
|
||||
"version": (info or {}).get("version", ""),
|
||||
"summary": (info or {}).get("summary", ""),
|
||||
"source": (info or {}).get("source", ""),
|
||||
},
|
||||
)
|
||||
self._audit(tool_call, stage="tool_requested", reason=reason)
|
||||
|
||||
Reference in New Issue
Block a user