Table of Contents

Class FinishDetails

Namespace
OpenAI.Chat
Assembly
OpenAI-DotNet.dll
public sealed class FinishDetails
Inheritance
FinishDetails
Inherited Members

Properties

Type

[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator string(FinishDetails)

public static implicit operator string(FinishDetails details)

Parameters

details FinishDetails

Returns

string