AskLumaLogEntry

更新时间:
复制为 MD 格式

名称

类型

描述

示例值

object

语义查询日志项

MessageId

string

消息标识

msg_xxx

ConversationId

string

对话标识

conv_xxx

AgentName

string

Agent 名称

my-agent

Question

string

输入问题

帮我统计一下最近的订单数据。

Status

string

执行状态

RUNNING, SUCCEEDED, FAILED, TIMEOUT

ClarificationNeeded

boolean

是否需要澄清

false

ClarificationQuestion

string

澄清问题文本

您指的是哪张表?

Content Content

结构化结果体

IsError

boolean

是否为错误

false

ErrorCode

string

错误码

ExecutionFailed

ErrorMessage

string

错误详情

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

CreatedAt

string

创建时间(毫秒)

1717200000000

DurationMs

integer

调用耗时(毫秒)

3200

Source

string

日志来源

MCP, CHAT