AskLumaResult

更新时间:
复制为 MD 格式

名称

类型

描述

示例值

object

AskLuma API 响应体

MessageId

string

消息标识,用于 PollAskResult 轮询

msg_xxx

ConversationId

string

对话标识,用于多轮追问

conv_xxx

Status

string

执行状态

RUNNING, SUCCEEDED, FAILED, TIMEOUT

Content Content

结构化结果体

IsError

boolean

是否为错误,false=查询成功或澄清(含空结果集);true=执行失败/超时/限流/内部错误

false

ErrorCode

string

错误码

ExecutionFailed, Timeout, RateLimited, InternalError, ConversationExpired

ErrorMessage

string

错误详情

Agent with name 'xxx' not found for account 1186xxx

StorageTruncated

boolean

结果是否因超过存储限制被截断,仅大结果集场景出现

true

ClarificationNeeded

boolean

是否需要澄清

false

ClarificationQuestion

string

澄清问题文本

您指的是哪个数据库中的员工表?

Constraints Constraints

查询约束