Spaces:
Sleeping
Sleeping
Commit ·
82c0f49
1
Parent(s): 5f214e4
Removed the baseline endpoint as it's not required
Browse files
README.md
CHANGED
|
@@ -142,6 +142,5 @@ We will be using FastAPI as out backend framework, and we are adding end points
|
|
| 142 |
| `GET` | `/state` | Current environment state |
|
| 143 |
| `GET` | `/tasks` | List all tasks with action schema |
|
| 144 |
| `GET` | `/grader` | Current grader score (0.0–1.0) |
|
| 145 |
-
| `POST` | `/baseline` | Run baseline agent and return scores for all tasks |
|
| 146 |
|
| 147 |
|
|
|
|
| 142 |
| `GET` | `/state` | Current environment state |
|
| 143 |
| `GET` | `/tasks` | List all tasks with action schema |
|
| 144 |
| `GET` | `/grader` | Current grader score (0.0–1.0) |
|
|
|
|
| 145 |
|
| 146 |
|