Hello!
It would be great if we could return the whole response object from the LLM provider as part of the response we get when calling LLM with {extended: true}.
The main reason I'm interested in this is that the response might have data I'd like to get out of it, such as the request rate limit headers returned by the API.
Hello!
It would be great if we could return the whole response object from the LLM provider as part of the response we get when calling LLM with
{extended: true}.The main reason I'm interested in this is that the response might have data I'd like to get out of it, such as the request rate limit headers returned by the API.