单文档语境化问答
POST
https://api.ai21.com/studio/v1/answer请求参数
Body 参数application/json
context
string
必需
包含要回答问题的文档上下文的字符串。限制:50,000 个字符
question
string
必需
包含要根据提供的上下文回答的问题的字符串。限制:160 个字符
示例
{
"context": "string",
"question": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
answerInContext
boolean
必需
answer
string
必需
示例
{
"answerInContext": true,
"answer": "Koalas eat the leaves of Eucalyptus trees."
}
最后修改时间: 1 年前