(r *http.Request)
| 69 | } |
| 70 | |
| 71 | func (i *StreamingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue { |
| 72 | return i.interceptionBase.baseTraceAttributes(r, true) |
| 73 | } |
| 74 | |
| 75 | // ProcessRequest handles a request to /v1/messages. |
| 76 | // This API has a state-machine behind it, which is described in https://docs.claude.com/en/docs/build-with-claude/streaming#event-types. |
nothing calls this directly
no test coverage detected