获取Bot信息
获取Bot的基本信息。
Last updated
获取Bot的基本信息。
Last updated
字段 | 类型 | 描述 |
---|---|---|
字段 | 类型 | 描述 |
---|---|---|
字段 | 类型 | 描述 |
---|---|---|
Code | Message |
---|---|
Authorization
Bearer ${token}
使用Authorization: Bearer ${token}
进行调用验证,请在API密钥页面获取密钥作为token
。
Content-Type
application/json
数据类型,取值为application/json
。
bot_id
string
Bot 的ID标识。
name
string
Bot名称。
logo
string
Bot的头像。
bot_type
string
Bot类型,取值:IntelligentAssistant(智能助理)、QuestionAnswer(知识问答)。
welcome_message
string
用户首次使用Bot时的欢迎语。
introduction
string
Bot的简介。
tags
string
Bot的标签。
identity_prompt
string
Bot的身份提示。
ai_model
string
AI模型,取值:ChatGPT。
aiModel_version
string
AI模型的版本。
creativity_level
int
创作力,取值:0-1。
doc_correlation
int
文档相关性,取值:0-1。
irrelevant_questions
boolean
与数据集无关的问题是否回答。取值:true(回答)、false(不回答)。
question_limit
int
用户提问内容的长度限制。
long_term_memory
boolean
是否开启长期记忆。
code
int
错误码。
message
string
错误详情。
40127
开发者鉴权失败