Class ChatDeltaResponse
public class ChatDeltaResponse : StreamResponse<ChatDelta>
- Inherited Members
-
StreamResponse<ChatDelta>.IsDoneResult<ChatDelta>.ValueResult<ChatDelta>.Success(ChatDelta)Result<ChatDelta>.Fail(ChatDelta, string)Result<ChatDelta>.Fail(ChatDelta, Exception, params string[])
- Extension Methods
Properties
Delta
public ChatDelta Delta { get; set; }
Property Value
Usage
public Usage Usage { get; set; }
Property Value
Operators
implicit operator ChatDeltaResponse(ChatDelta)
public static implicit operator ChatDeltaResponse(ChatDelta delta)
Parameters
deltaChatDelta
Returns
implicit operator ChatDelta(ChatDeltaResponse)
public static implicit operator ChatDelta(ChatDeltaResponse wrapper)
Parameters
wrapperChatDeltaResponse