Documentation Index
Fetch the complete documentation index at: https://tech.illasoft.com/llms.txt
Use this file to discover all available pages before exploring further.
路径
GET /agent/chatMessages/:threadId
认证
Bearer JWT响应
v4 → v5 自动迁移
后端检测到 v4 格式(toolInvocation 嵌套 / 顶层 content 字段)即后台异步转换:
args→inputresult→output- state 映射:
partial-call→input-streaming、call→input-available、result→output-available - 去除 v4 字段
流程
源
src/hono/agent/index.ts:53