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