method AzureOpenAI.prototype.buildRequestView codeAzureOpenAI.prototype.buildRequest(options: Core.FinalRequestOptions<unknown>): { req: RequestInit; url: string; timeout: number; }Parametersoptions: Core.FinalRequestOptions<unknown>View codeReturn Type{ req: RequestInit; url: string; timeout: number; }View code