Skip to content

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
必填
minLength1

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

服务器
授权
变量

示例

cURL
JavaScript
PHP
Python

Released under the GPL-3.0 License.