Class ChatDeltaResponse
Inheritance
object
Result
ChatDeltaResponse
Inherited Members
StreamResponse<ChatDelta>.IsDone
Result<ChatDelta>.Value
Result<ChatDelta>.Success(ChatDelta)
Result<ChatDelta>.Fail(ChatDelta, string)
Result<ChatDelta>.Fail(ChatDelta, Exception, params string[])
Assembly: .dll
Syntax
public class ChatDeltaResponse : StreamResponse<ChatDelta>
Properties
Delta
Declaration
public ChatDelta Delta { get; set; }
Property Value
Usage
Declaration
public Usage Usage { get; set; }
Property Value
Operators
implicit operator ChatDeltaResponse(ChatDelta)
Declaration
public static implicit operator ChatDeltaResponse(ChatDelta delta)
Parameters
Returns
implicit operator ChatDelta(ChatDeltaResponse)
Declaration
public static implicit operator ChatDelta(ChatDeltaResponse wrapper)
Parameters
Returns
Extension Methods