StreamOption constructor

StreamOption({
  1. String? searchType,
  2. bool? deepThink,
  3. bool? deepResearch,
  4. String? model,
  5. String? scene,
  6. String? operateType,
  7. String? language,
  8. String? knowledgeID,
  9. String? proxy,
  10. Map<String, String>? attaches,
  11. String? agent,
})

Implementation

StreamOption({this.searchType, this.deepThink, this.deepResearch, this.model, this.scene, this.operateType, this.language, this.knowledgeID, this.proxy, this.attaches, this.agent});