AI函数

<< 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