Files
HadTavern/.agentui/vars/p_macros_2.json
2025-09-11 17:27:15 +03:00

54 lines
1.4 KiB
JSON

{
"snapshot": {
"incoming": {
"method": "POST",
"url": "http://localhost/test?foo=bar",
"path": "/test",
"query": "foo=bar",
"headers": {
"authorization": "Bearer X",
"x-api-key": "Y"
},
"json": {
"a": null
}
},
"params": {
"temperature": 0.2
},
"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": "auth=Bearer X | xkey=Y | num=123 | num2=456 | lit_list=[1, 2, 3] | lit_obj={\"k\": 10}"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 15,
"total_tokens": 0
}
},
"response_text": "auth=Bearer X | xkey=Y | num=123 | num2=456 | lit_list=[1, 2, 3] | lit_obj={\"k\": 10}"
}
},
"OUT_TEXT": {
"n1": "auth=Bearer X | xkey=Y | num=123 | num2=456 | lit_list=[1, 2, 3] | lit_obj={\"k\": 10}"
},
"LAST_NODE": "n1",
"OUT1": "auth=Bearer X | xkey=Y | num=123 | num2=456 | lit_list=[1, 2, 3] | lit_obj={\"k\": 10}",
"EXEC_TRACE": "n1(Return)"
}
}