at-engine / swagger_tests.json
Godswill-IoT's picture
Upload 15 files
fb9f2a9 verified
[
{
"name": "Create Avatar Tutor",
"payload": {
"request_id": "req-avatar-001",
"engine": "avatar-tutor-engine",
"action": "create_avatar_tutor",
"actor": {
"user_id": "user_123",
"session_id": "session_abc"
},
"input": {
"text": "Explain how photosynthesis works.",
"items": [
{
"type": "image",
"text": "A friendly teacher in a lab.",
"ref": "https://example.com/teacher.jpg"
},
{
"type": "audio",
"text": "Audio sample of voice.",
"ref": "https://example.com/voice.mp3"
}
],
"refs": {}
},
"context": {
"course_content": "Photosynthesis is the process by which green plants and some other organisms use sunlight to synthesize foods with the help of chlorophyll pigments."
},
"options": {
"lesson_duration": "3 minutes",
"temperature": 0.7
}
}
}
]