Model returns the model in use for this [Interceptor].
()
| 20 | Setup(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier) |
| 21 | // Model returns the model in use for this [Interceptor]. |
| 22 | Model() string |
| 23 | // ProcessRequest handles the HTTP request. |
| 24 | ProcessRequest(w http.ResponseWriter, r *http.Request) error |
| 25 | // Specifies whether an interceptor handles streaming or not. |
no outgoing calls