mgor commited on
Commit
d2135f2
·
verified ·
1 Parent(s): b54b537

Delete tossup_20250331_151231_authentication_failed

Browse files
tossup_20250331_151231_authentication_failed/.json DELETED
@@ -1,49 +0,0 @@
1
- {
2
- "id": "tossup_20250331_151231_authentication_failed/",
3
- "name": "Authentication Failed/",
4
- "description": "",
5
- "user_email": "",
6
- "competition_type": "Tossup",
7
- "submission_type": "simple_workflow",
8
- "workflow": {
9
- "inputs": [
10
- "question_text"
11
- ],
12
- "outputs": {
13
- "answer": "A.answer",
14
- "confidence": "A.confidence"
15
- },
16
- "steps": [
17
- {
18
- "id": "A",
19
- "name": "Tossup Agent",
20
- "model": "gpt-4o-mini",
21
- "provider": "OpenAI",
22
- "temperature": 0.3,
23
- "system_prompt": "You are a helpful assistant that can answer questions.",
24
- "input_fields": [
25
- {
26
- "name": "question",
27
- "description": "The question text",
28
- "variable": "question_text"
29
- }
30
- ],
31
- "output_fields": [
32
- {
33
- "name": "answer",
34
- "description": "The best guess at the answer to the question"
35
- },
36
- {
37
- "name": "confidence",
38
- "type": "float",
39
- "description": "The confidence in the answer, ranging from 0 to 1 in increments of 0.05."
40
- }
41
- ]
42
- }
43
- ]
44
- },
45
- "code": null,
46
- "status": "submitted",
47
- "created_at": "2025-03-31T15:12:31.980588+00:00",
48
- "updated_at": "2025-03-31T15:12:31.980604+00:00"
49
- }