<< Click to Display Table of Contents >> AI函数复制链接 |
函数 |
语法 |
说明 |
返回类型 |
---|---|---|---|
translateAI |
translateAI(dim[] dim, string lan, float temperature) |
通过大模型对字段中的数据,按lan进行翻译。 |
object |
classifyAI |
classifyAI(dim[] dim, string category, float temperature) |
通过大模型对字段中的数据,按category进行分类。 |
object |
taskAI |
taskAI(dim[] dim, string task, float temperature) |
通过大模型对字段中的数据,按task描述进行处理。 |
object |