{ | |
"id": "bonus_20250403_015716_default-qb-bonus", | |
"model_name": "default-qb-bonus", | |
"username": "houyu0930", | |
"description": "", | |
"competition_type": "bonus", | |
"submission_type": "simple_workflow", | |
"workflow": { | |
"inputs": [ | |
"leadin", | |
"part" | |
], | |
"outputs": { | |
"answer": "A.answer", | |
"confidence": "A.confidence", | |
"explanation": "A.explanation" | |
}, | |
"steps": [ | |
{ | |
"id": "A", | |
"name": "Bonus Agent", | |
"model": "command-r", | |
"provider": "Cohere", | |
"temperature": 0.7, | |
"system_prompt": "You are a quizbowl player answering bonus questions. For each part:\n1. Read the leadin and part carefully\n2. Provide a concise answer\n3. Rate your confidence (0-1)\n4. Explain your reasoning\n\nFormat your response as:\nANSWER: <your answer>\nCONFIDENCE: <0-1>\nEXPLANATION: <your reasoning>", | |
"input_fields": [ | |
{ | |
"name": "question_leadin", | |
"description": "The leadin text for the bonus question", | |
"variable": "leadin" | |
}, | |
{ | |
"name": "question_part", | |
"description": "The specific part text to answer", | |
"variable": "part" | |
} | |
], | |
"output_fields": [ | |
{ | |
"name": "answer", | |
"description": "The predicted answer" | |
}, | |
{ | |
"name": "confidence", | |
"type": "float", | |
"description": "Confidence in the answer (0-1)" | |
}, | |
{ | |
"name": "explanation", | |
"description": "Short explanation for the answer" | |
} | |
] | |
} | |
] | |
}, | |
"code": null, | |
"status": "completed", | |
"created_at": "2025-04-03T01:57:16.229661+00:00", | |
"updated_at": "2025-04-13T06:05:59.191909+00:00" | |
} |