Array Join Agent
{
"type": "object",
"properties": {
"array": {
"type": "array",
"description": "array join"
}
},
"required": [
"array"
]
}
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "joined text"
}
}
}
[
":agentId",
":agentId.text"
]
[
":agentId",
":agentId.text"
]
[
":agentId",
":agentId.text"
]
[
":agentId",
":agentId.text"
]
[
":agentId",
":agentId.text"
]
[
":agentId",
":agentId.text"
]
[
":agentId",
":agentId.text"
]
[
":agentId",
":agentId.text"
]
{
"array": [
[
1
],
[
2
],
[
3
]
]
}
{}
{
"text": "123"
}
{
"array": [
[
1
],
[
2
],
[
[
3
]
]
]
}
{}
{
"text": "123"
}
{
"array": [
[
"a"
],
[
"b"
],
[
"c"
]
]
}
{}
{
"text": "abc"
}
{
"array": [
[
1
],
[
2
],
[
3
]
]
}
{"separator":"|"}
{
"text": "1|2|3"
}
{
"array": [
[
[
1
]
],
[
[
2
],
[
3
]
]
]
}
{"separator":"|"}
{
"text": "1|2,3"
}
{
"array": [
[
[
1
]
],
[
[
2
],
[
3
]
]
]
}
{"separator":"|","flat":1}
{
"text": "1|2|3"
}
{
"array": [
[
[
[
1
]
],
[
[
2
],
[
3
]
]
]
]
}
{"separator":"|","flat":1}
{
"text": "1|2,3"
}
{
"array": [
[
[
[
1
]
],
[
[
2
],
[
3
]
]
]
]
}
{"separator":"|","flat":2}
{
"text": "1|2|3"
}
Receptron team
https://github.com/receptron/graphai
MIT