genai-engine / swagger_tests.json
Godswill-IoT's picture
Upload 27 files
65b22a4 verified
[
{
"name": "Ask Question (Text)",
"payload": {
"request_id": "req-ai-001",
"engine": "general-ai-engine",
"action": "ask_question",
"actor": {
"user_id": "user_123",
"session_id": null
},
"input": {
"text": "What are the three laws of thermodynamics?",
"items": [],
"refs": {}
},
"context": {},
"options": {
"temperature": 0.7,
"max_tokens": 1024
}
}
},
{
"name": "Analyze Image (Multimodal)",
"payload": {
"request_id": "req-ai-002",
"engine": "general-ai-engine",
"action": "ask_question",
"actor": {
"user_id": "user_123",
"session_id": null
},
"input": {
"text": "What is shown in this image?",
"items": [
{
"type": "image",
"ref": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Jupiter_New_Horizons.jpg/600px-Jupiter_New_Horizons.jpg"
}
],
"refs": {}
},
"context": {},
"options": {}
}
}
]