pub fn decode_cursor_upstream(
upstream: &CursorUpstreamResponse,
message_id: &str,
model: &str,
) -> Result<Value, CursorDecodeError>Expand description
Build an accumulated Anthropic response JSON from upstream bytes for non-streaming mode.