OpenAIChatCompletionRequest.Converter.Read 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.
Reads and converts the JSON to type OpenAIChatCompletionRequest.
public:
override Microsoft::Extensions::AI::OpenAIChatCompletionRequest ^ Read(System::Text::Json::Utf8JsonReader % reader, Type ^ typeToConvert, System::Text::Json::JsonSerializerOptions ^ options);
public override Microsoft.Extensions.AI.OpenAIChatCompletionRequest? Read(ref System.Text.Json.Utf8JsonReader reader, Type typeToConvert, System.Text.Json.JsonSerializerOptions options);
override this.Read : Utf8JsonReader * Type * System.Text.Json.JsonSerializerOptions -> Microsoft.Extensions.AI.OpenAIChatCompletionRequest
Public Overrides Function Read (ByRef reader As Utf8JsonReader, typeToConvert As Type, options As JsonSerializerOptions) As OpenAIChatCompletionRequest
Parameters
- reader
- Utf8JsonReader
The reader.
- typeToConvert
- Type
The type to convert.
- options
- JsonSerializerOptions
The serializer options.
Returns
The converted OpenAIChatCompletionRequest object.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.