chore: sync local updates
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
method: post
|
||||
url: "{{baseUrl}}/api/aimodelapp/linux-command"
|
||||
name: Linux 命令建议
|
||||
parameters:
|
||||
header:
|
||||
- name: Authorization
|
||||
value: Bearer {{bearerToken}}
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"task_description": "查找当前目录下大于 10MB 的文件",
|
||||
"difficulty_level": "beginner"
|
||||
}
|
||||
Reference in New Issue
Block a user