NIMProxyAIModelCallParams constructor
- String? accountId,
- String? requestId,
- NIMAIModelCallContent? content,
- List<
NIMAIModelCallMessage?> ? messages, - String? promptVariables,
- NIMAIModelConfigParams? modelConfigParams,
- NIMProxyAICallAntispamConfig? antispamConfig,
- bool aiStream = false,
Implementation
NIMProxyAIModelCallParams(
{this.accountId,
this.requestId,
this.content,
this.messages,
this.promptVariables,
this.modelConfigParams,
this.antispamConfig,
this.aiStream = false});