You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/datasets/task.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Therefore, each MCPMark task consists of three files
11
11
12
12
Here, `metadata.json` includes the meta information of the task, `description.md` describes the purpose and setting of the task, as well as the instruction to complete the task. `verify.py` checks whether the task is completed successfully.
13
13
14
-
For example, you can ask the model agent to create a file with specific name and write specific content to the file, which belongs to the cateogry of operating the file context. The structure looks like
14
+
For example, you can ask the model agent to create a file with specific name and write specific content to the file, which belongs to the category of operating the file context. The structure looks like
15
15
16
16
```
17
17
tasks
@@ -32,16 +32,16 @@ Note that all tasks are placed under `tasks/`. `filesystem` refers to the enviro
32
32
- task_id: the id of the task.
33
33
- task_name: full name of the task.
34
34
- description: task description.
35
-
-cateogry_id: the id of task category.
36
-
-cateogry_name: the full name of task categeory.
35
+
-category_id: the id of task category.
36
+
-category_name: the full name of task categeory.
37
37
- author: the author of the task.
38
38
- difficulty: the task difficulty level.
39
39
- created_at: the timestamp of task creation.
40
40
- tags: a list of tags that describe the task.
41
41
- mcp: a list of MCP services it belongs to.
42
42
- metadata: other meta information.
43
43
44
-
Here `cateogry_name` describes the shared feature or the environment across different tasks (e.g. the github repository or notion page the task is built on). In this running example, `category_name` refers to `file_context`.
44
+
Here `category_name` describes the shared feature or the environment across different tasks (e.g. the github repository or notion page the task is built on). In this running example, `category_name` refers to `file_context`.
45
45
46
46
`description.md` could include the following information
0 commit comments