3 references to ToHostedFileContent
Microsoft.Extensions.AI.OpenAI (3)
OpenAIHostedFileClient.cs (3)
130return ToHostedFileContent(uploadedFile, containerId) 199return ToHostedFileContent(containerResult.Value, containerId); 238if (ToHostedFileContent(file, containerId) is not { } hostedFile)