Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
objectToString(obj) {
2
return
Object.entries(obj)
3
.map(([key, value]) => `${key}: ${value}`)
4
.join(
", "
);
5
}
6
7
output = [objectToString({{ triggerNode_1.output }})]
Callers
1
postgres_row-chunking.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected