-
|
Im on Pi and using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Diagnosed. The pi integration sends Fix in #772 (renames the two fields in |
Beta Was this translation helpful? Give feedback.
-
|
Shipped in v0.9.25 (release notes). pi integration now sends Upgrade: New post_tool_use observations will carry the conversation text. Existing empty observations stay empty — they were stored with no data, so there's nothing to recover. New sessions are fine. |
Beta Was this translation helpful? Give feedback.
Diagnosed. The pi integration sends
data.inputanddata.outputonpost_tool_useobservations, butobserve.tsreadsdata.tool_inputanddata.tool_output. The field-name mismatch leaves the raw input/output undefined, so the compress pipeline produces empty observations rendered as 'No content provided' in the viewer.Fix in #772 (renames the two fields in
integrations/pi/index.ts). Once merged + released, post_tool_use observations from pi will carry real content again. Existing empty observations will stay empty since they were stored with no data; new sessions will be correct.