had
This commit is contained in:
56
.agentui/vars/pipeline_test_iter_3.json
Normal file
56
.agentui/vars/pipeline_test_iter_3.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"MSG": "Hello OUT",
|
||||
"X_MSG": "Hello OUT",
|
||||
"snapshot": {
|
||||
"incoming": null,
|
||||
"params": {},
|
||||
"model": "gpt-x",
|
||||
"vendor_format": "openai",
|
||||
"system": "",
|
||||
"OUT": {
|
||||
"n1": {
|
||||
"vars": {
|
||||
"MSG": "Hello OUT"
|
||||
}
|
||||
},
|
||||
"n2": {
|
||||
"vars": {
|
||||
"X_MSG": "Hello OUT"
|
||||
}
|
||||
},
|
||||
"n3": {
|
||||
"result": {
|
||||
"id": "ret_mock_123",
|
||||
"object": "chat.completion",
|
||||
"model": "gpt-x",
|
||||
"choices": [
|
||||
{
|
||||
"index": 0,
|
||||
"message": {
|
||||
"role": "assistant",
|
||||
"content": "Hello OUT"
|
||||
},
|
||||
"finish_reason": "stop"
|
||||
}
|
||||
],
|
||||
"usage": {
|
||||
"prompt_tokens": 0,
|
||||
"completion_tokens": 2,
|
||||
"total_tokens": 0
|
||||
}
|
||||
},
|
||||
"response_text": "Hello OUT"
|
||||
}
|
||||
},
|
||||
"OUT_TEXT": {
|
||||
"n1": "Hello OUT",
|
||||
"n2": "Hello OUT",
|
||||
"n3": "Hello OUT"
|
||||
},
|
||||
"LAST_NODE": "n3",
|
||||
"OUT1": "Hello OUT",
|
||||
"OUT2": "Hello OUT",
|
||||
"OUT3": "Hello OUT",
|
||||
"EXEC_TRACE": "n1(SetVars) -> n2(Probe) -> n3(Return)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user