sync: UI animations, select styling, TLS verify flag via proxy second line, brand spacing

This commit is contained in:
2025-09-27 18:46:52 +03:00
parent 135c393eda
commit 2abfbb4b1a
52 changed files with 8029 additions and 1408 deletions

View File

@@ -0,0 +1,48 @@
{
"MSG": "abc123xyz",
"WAS_ERROR__n2": true,
"CYCLEINDEX__n2": 1,
"snapshot": {
"incoming": {
"method": "POST",
"url": "http://localhost/test",
"path": "/test",
"query": "",
"headers": {
"x": "X-HEADER"
},
"json": {}
},
"params": {
"temperature": 0.25
},
"model": "gpt-x",
"vendor_format": "openai",
"system": "",
"OUT": {
"n1": {
"vars": {
"MSG": "abc123xyz"
}
},
"n2": {
"result": {
"error": "Node n2 (ProviderCall) requires 'base_url' in config"
},
"response_text": "",
"vars": {
"WAS_ERROR__n2": true,
"CYCLEINDEX__n2": 1
}
}
},
"OUT_TEXT": {
"n1": "abc123xyz",
"n2": "Node n2 (ProviderCall) requires 'base_url' in config"
},
"LAST_NODE": "n2",
"OUT1": "abc123xyz",
"OUT2": "Node n2 (ProviderCall) requires 'base_url' in config",
"EXEC_TRACE": "n1(SetVars) -> n2(ProviderCall)"
}
}