StreamingResponseDto
@objc
public class StreamingResponseDto : NSObject, Decodable
Undocumented
-
Undocumented
Declaration
Swift
@objc public let response: String?
-
Undocumented
Declaration
Swift
@objc public let responseID: String?
-
Undocumented
Declaration
Swift
@objc public let streamType: Int
-
Undocumented
Declaration
Swift
@objc public var contexts: [ChatContext]
-
Undocumented
Declaration
Swift
public init(response: String?, responseID: String?, streamType: Int, contexts: [ChatContext] = [])
-
Declaration
Swift
required public init(from decoder: Decoder) throws