feedback/upload 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"classification": "example",
"extraLogFiles": [
"example"
],
"includeLogs": false,
"reason": "example",
"tags": {},
"threadId": "thread_123"
}curl --location '/v1/yousure/feedback/upload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"classification": "example",
"extraLogFiles": [
"example"
],
"includeLogs": false,
"reason": "example",
"tags": {},
"threadId": "thread_123"
}'{
"result": {
"threadId": "thread_123",
"promptHash": null
}
}