生成会话洞察
会话(组织)
生成会话洞察
按需触发生成会话洞察。
如果洞察已生成,则返回 already_exists。
否则会在后台启动生成。生成完成后,轮询
GET 洞察端点以获取结果。
POST
生成会话洞察
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
devin_id 是带有 devin- 前缀的会话 ID (例如 devin-abc123) 。权限
ManageOrgSessions 权限的服务用户。
行为
- 如果洞察已生成 (或正在生成中) ,该端点会返回
{ "status": "already_exists" },且不会再次触发生成。 - 如果尚无洞察 (或上一次尝试失败) ,该端点会在后台触发生成,并返回
{ "status": "started" }。 - 轮询 GET 会话洞察 端点,以便在生成完成后获取结果。
