3 instantiations of OpenAIHostedFileClient
Microsoft.Extensions.AI.OpenAI (3)
OpenAIClientExtensions.cs (3)
206
new
OpenAIHostedFileClient
(openAIClient);
219
new
OpenAIHostedFileClient
(fileClient);
231
new
OpenAIHostedFileClient
(containerClient, defaultScope);
3 references to OpenAIHostedFileClient
Microsoft.Extensions.AI.OpenAI (3)
OpenAIHostedFileClient.cs (3)
59
/// Initializes a new instance of the <see cref="
OpenAIHostedFileClient
"/> class from an <see cref="OpenAIClient"/>.
71
/// Initializes a new instance of the <see cref="
OpenAIHostedFileClient
"/> class from an <see cref="OpenAIFileClient"/>.
81
/// Initializes a new instance of the <see cref="
OpenAIHostedFileClient
"/> class from a <see cref="ContainerClient"/>.