NIMAIModelStreamCallResult constructor
- int code = 200,
- required String accountId,
- required String requestId,
- NIMAIModelStreamCallContent? content,
- List<
NIMAIRAGInfo> ? aiRAGs, - int? timestamp,
Implementation
NIMAIModelStreamCallResult(
{this.code = 200,
required this.accountId,
required this.requestId,
this.content,
this.aiRAGs,
this.timestamp});