AIChat
Chat and return result
GET
/api/v1/ai/chat/result
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
查询参数
type*
Chat business type
类型string
必填枚举
"WRITE_BACKLOG"
"SPLIT_SUB_TASK"
"WRITE_FUNC_CASE"
"WRITE_ANGUS_SCRIPT"
question*
Chat business question
类型string
必填minLength
1
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}