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

Function objectToString

kits/sample-chatbot/scripts/postgres_row-chunking.ts:1–5  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected