MicrosoftExtensionsAIChatExtensions.AsOpenAIChatResponseFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an OpenAI ChatResponseFormat from a ChatResponseFormat.
public static OpenAI.Chat.ChatResponseFormat? AsOpenAIChatResponseFormat(this Microsoft.Extensions.AI.ChatResponseFormat? format, Microsoft.Extensions.AI.ChatOptions? options = default);
static member AsOpenAIChatResponseFormat : Microsoft.Extensions.AI.ChatResponseFormat * Microsoft.Extensions.AI.ChatOptions -> OpenAI.Chat.ChatResponseFormat
<Extension()>
Public Function AsOpenAIChatResponseFormat (format As ChatResponseFormat, Optional options As ChatOptions = Nothing) As ChatResponseFormat
Parameters
- format
- ChatResponseFormat
The format.
- options
- ChatOptions
The options to use when interpreting the format.
Returns
The converted OpenAI ChatResponseFormat.