trace_id
.ics
files with structured summary
and description
contentField | Type | Description |
---|---|---|
status | string | "success" or "error" |
data | object/array | Main payload if the request succeeded |
error | string | Error name/code (if status = error) |
detail | string | Human-readable explanation of error |
trace_id | string | Unique request ID for auditing/debugging |
meta | object | Optional: timing, token usage, version, model info |
summary
and description
fields using OpenAI-compatible language:
Field | Description |
---|---|
summary | Short, token-efficient title derived from content or task label |
description | Rich context block including content , chat_url , agent/source note |
summarize_trace
, describe_event
).ics
generation:
SUMMARY:Deep Work Blocktrace_id
field which can be logged by:
trace_id
to correlate between agent outputs, feedback loops, and execution latency.
warnings[]
: for soft schema mismatches, unsafe tempo tokensstream: true
: for SSE or WebSocket responses from agentsactions[]
: suggested next functions or trace-level promptscached: true|false
: mark responses from Redis or MemPort cachestatus
before accessing data
trace_id
on both success and errorsummary
for .ics
calendar event titlesdescription
for rich trace exports or downstream LLM use