mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-12 23:29:55 +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:
@@ -1717,6 +1717,7 @@ def create_app(manager: SessionManager) -> FastAPI:
|
||||
"version": (info or {}).get("version", ""),
|
||||
"summary": (info or {}).get("summary", ""),
|
||||
"url": (info or {}).get("url", ""),
|
||||
"source": (info or {}).get("source", ""),
|
||||
},
|
||||
tool_call_id=tool_call_id,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user