MCPcopy Create free account
hub / github.com/Lamatic/AgentKit / objectToString

Function objectToString

kits/deep-search/scripts/gsheet_row-chunking.ts:4–8  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

2// Flow: gsheet
3
4function objectToString(obj) {
5 return Object.entries(obj)
6 .map(([key, value]) => `${key}: ${value}`)
7 .join(", ");
8}
9
10output = [objectToString({{ triggerNode_1.output }})]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected