Skip to content

导出记录包含的信息查询时不返回结果,使用第三方api #67

@thaisumuhu-maker

Description

@thaisumuhu-maker

[2026-02-01T14:55:54.005Z] [INFO] [Agent] AI 回复

[2026-02-01T14:55:54.005Z] [INFO] [IPC] Agent 执行完成: agent_1769947263_f4rrdh
{
"toolsUsed": [],
"toolRounds": 0,
"contentLength": 0,
"totalUsage": {
"promptTokens": 3555,
"completionTokens": 58,
"totalTokens": 3613
}
}
[2026-02-01T14:57:24.690Z] [INFO] [IPC] 收到 Agent 流式请求: agent_1769944685_cs1dxw
{
"userMessage": "有gmail相关的信息么",
"sessionId": "chat_1769955530617_3jkl78",
"historyLength": 2,
"chatType": "private",
"hasPromptConfig": true
}
[2026-02-01T14:57:24.691Z] [INFO] [Agent] 用户问题
有gmail相关的信息么
[2026-02-01T14:57:24.692Z] [INFO] [LLM] 开始流式聊天请求
{
"messagesCount": 4,
"firstMessageRole": "system",
"firstMessageLength": 928,
"config": {
"name": "gemini",
"provider": "openai-compatible",
"model": "gemini-3-pro-high",
"baseUrl": "http://****/v1"
}
}
[2026-02-01T14:57:39.577Z] [INFO] [Agent] AI 回复

[2026-02-01T14:57:39.577Z] [INFO] [IPC] Agent 执行完成: agent_1769957844685_cs1dxw
{
"toolsUsed": [],
"toolRounds": 0,
"contentLength": 0,
"totalUsage": {
"promptTokens": 4094,
"completionTokens": 20,
"totalTokens": 4114
}
}

同样的配置,在cherry studio中,包括claude code都可以返回正常结果;而且很奇怪的一点,兼容openai模式下,我必须加v1才可以不报错,如果不加v1会报错;
[2026-02-01T14:50:27.980Z] [INFO] [Agent] 用户问题
帮我找下有关skill的描述
[2026-02-01T14:50:27.981Z] [INFO] [LLM] 开始流式聊天请求
{
"messagesCount": 3,
"firstMessageRole": "system",
"firstMessageLength": 928,
"config": {
"name": "gemini",
"provider": "openai-compatible",
"model": "gemini-3-pro-high",
"baseUrl": "http://3***"
}
}
[2026-02-01T14:50:29.519Z] [ERROR] [openai-compatible] 流式请求失败
{
"error": "AI_NoOutputGeneratedError: No output generated. Check the stream for errors."
}
[2026-02-01T14:50:29.519Z] [ERROR] [LLM] 流式请求失败 | 配置: gemini (openai-compatible/gemini-3-pro-high) baseUrl=http:// | 已接收: 0块/0字符
[2026-02-01T14:50:29.519Z] [ERROR] [LLM] 错误: AI_NoOutputGeneratedError: No output generated. Check the stream for errors.
[2026-02-01T14:50:29.520Z] [ERROR] [LLM] 堆栈:
at Object.flush (C:\ChatLab\resources\app.asar\node_modules\ai\dist\index.js:6184:103)
at invokePromiseCallback (node:internal/webstreams/util:172:10)
at Object. (node:internal/webstreams/util:177:23)
at transformStreamDefaultSinkCloseAlgorithm (node:internal/webstreams/transformstream:621:43)
at node:internal/webstreams/transformstream:379:11
[2026-02-01T14:50:29.520Z] [ERROR] [IPC] Agent 执行出错: agent_1769957427976_9aa6xh
{
"error": "AI_NoOutputGeneratedError: No output generated. Check the stream for errors.",
"friendlyError": "No output generated. Check the stream for errors."
}

windows 11 操作系统

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions