标签: LLM

ValueError: Only one output is supported.

ValueError: Only one output is supported.

用户在运行 LlamaIndex 的 QueryPipeline 示例笔记本 query_pipeline_memory.ipynb 时,执行循环传入多条用户消息并更新会话记忆。代码中 pipeline.run() 返回了列表(多个响应),但后续尝试通过 response.message 访问单个属