had
This commit is contained in:
52
.agentui/vars/p_macros_4_store.json
Normal file
52
.agentui/vars/p_macros_4_store.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"KEEP": "persist-me",
|
||||
"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": {
|
||||
"result": {
|
||||
"id": "ret_mock_123",
|
||||
"object": "chat.completion",
|
||||
"model": "gpt-x",
|
||||
"choices": [
|
||||
{
|
||||
"index": 0,
|
||||
"message": {
|
||||
"role": "assistant",
|
||||
"content": "persist-me | persist-me"
|
||||
},
|
||||
"finish_reason": "stop"
|
||||
}
|
||||
],
|
||||
"usage": {
|
||||
"prompt_tokens": 0,
|
||||
"completion_tokens": 3,
|
||||
"total_tokens": 0
|
||||
}
|
||||
},
|
||||
"response_text": "persist-me | persist-me"
|
||||
}
|
||||
},
|
||||
"OUT_TEXT": {
|
||||
"n1": "persist-me | persist-me"
|
||||
},
|
||||
"LAST_NODE": "n1",
|
||||
"OUT1": "persist-me | persist-me",
|
||||
"EXEC_TRACE": "n1(Return)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user