This commit is contained in:
2025-09-11 17:27:15 +03:00
parent 3c77c3dc2e
commit 11a0535712
32 changed files with 4682 additions and 442 deletions

View File

@@ -5,8 +5,8 @@
{
"id": "n1",
"type": "RawForward",
"pos_x": 174,
"pos_y": 275.5,
"pos_x": 427,
"pos_y": 363.5,
"config": {
"passthrough_headers": true,
"extra_headers": "{}",
@@ -19,8 +19,8 @@
{
"id": "n2",
"type": "ProviderCall",
"pos_x": 812.8888888888889,
"pos_y": -283,
"pos_x": 659,
"pos_y": 89,
"config": {
"provider": "gemini",
"provider_configs": {
@@ -62,8 +62,8 @@
{
"id": "n3",
"type": "ProviderCall",
"pos_x": 799,
"pos_y": 771.3333333333334,
"pos_x": 673,
"pos_y": 455,
"config": {
"provider": "openai",
"provider_configs": {
@@ -105,8 +105,8 @@
{
"id": "n4",
"type": "ProviderCall",
"pos_x": 1057.5,
"pos_y": 208,
"pos_x": 929.5,
"pos_y": 233.5,
"config": {
"provider": "openai",
"provider_configs": {
@@ -144,29 +144,30 @@
"in": {
"depends": [
"n3.done",
"n2.done"
"n2.done",
"n7.true"
]
}
},
{
"id": "n5",
"type": "Return",
"pos_x": 1366,
"pos_y": 234,
"pos_x": 1281,
"pos_y": 139.5,
"config": {
"target_format": "auto",
"text_template": "[[OUT4]] [[Test]]",
"_origId": "n5"
},
"in": {
"depends": "n4.done"
"depends": "n7.true"
}
},
{
"id": "n6",
"type": "SetVars",
"pos_x": -102,
"pos_y": 691,
"pos_x": 180,
"pos_y": 477,
"config": {
"variables": [
{
@@ -185,6 +186,19 @@
"_origId": "n6"
},
"in": {}
},
{
"id": "n7",
"type": "If",
"pos_x": 1145,
"pos_y": 463,
"config": {
"expr": "[[OUT4]] contains \"красиво\"",
"_origId": "n7"
},
"in": {
"depends": "n4.done"
}
}
]
}