MCPcopy Create free account
hub / github.com/astercloud/aster / getStringArgWeb

Function getStringArgWeb

examples/plan-explore-ui/static/main.js:232–236  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

230 }
231
232 function getStringArgWeb(obj, key) {
233 if (!obj || typeof obj !== "object") return "";
234 const v = obj[key];
235 return typeof v === "string" ? v : "";
236 }
237
238 function formatToolCallLabelWeb(call) {
239 const name = call.name;

Callers 3

renderToolStartWebFunction · 0.85
formatToolCallLabelWebFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected