NIMProxyAIModelCallParams constructor

NIMProxyAIModelCallParams({
  1. String? accountId,
  2. String? requestId,
  3. NIMAIModelCallContent? content,
  4. List<NIMAIModelCallMessage?>? messages,
  5. String? promptVariables,
  6. NIMAIModelConfigParams? modelConfigParams,
  7. NIMProxyAICallAntispamConfig? antispamConfig,
  8. bool aiStream = false,
})

Implementation

NIMProxyAIModelCallParams(
    {this.accountId,
    this.requestId,
    this.content,
    this.messages,
    this.promptVariables,
    this.modelConfigParams,
    this.antispamConfig,
    this.aiStream = false});