找回密码
 立即注册

QQ登录

只需一步,快速开始

赛龙周
金牌服务用户   /  发表于:2024-7-9 07:41  /   查看:859  /  回复:7
10金币
请教大佬们,10.0文心一言插件自动执行服务端命令是如何实现的?能分享下源码吗?

最佳答案

查看完整内容

大佬,内部规定,我们的源码暂时不能对外提供

7 个回复

倒序浏览
最佳答案
最佳答案
Nathan.guo活字格认证 Wyn认证
超级版主   /  发表于:2024-7-9 07:41:32
来自 2#
大佬,内部规定,我们的源码暂时不能对外提供
回复 使用道具 举报
赛龙周
金牌服务用户   /  发表于:2024-7-9 11:07:34
3#
Nathan.guo 发表于 2024-7-9 11:00
大佬,内部规定,我们的源码暂时不能对外提供

介绍一下实现方法也行
回复 使用道具 举报
逛逛逛
金牌服务用户   /  发表于:2024-7-9 11:42:20
4#
本帖最后由 逛逛逛 于 2024-7-9 11:44 编辑
赛龙周 发表于 2024-7-9 11:07
介绍一下实现方法也行

直觉可以看看这个

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
Nathan.guo活字格认证 Wyn认证
超级版主   /  发表于:2024-7-9 15:32:30
5#
回复 使用道具 举报
赛龙周
金牌服务用户   /  发表于:2024-7-11 08:57:45
6#
逛逛逛 发表于 2024-7-9 11:42
直觉可以看看这个

看了下文档,感觉不像,似乎没有执行命令的要素

感觉RPA的有点像

··· json
{
  "title": "飞猪旅行预订机票",
  "description": "需要预订机票时使用",
  "keywords": [
    "预定机票",
    "订机票",
    "机票",
    "预订"
  ],
  "actions": {
    "飞猪旅行预订机票": {
      "summary": "飞猪旅行预订机票",
      "description": "机票预订,飞猪旅行,预订机票,需要预订机票时使用",
      "input_param": {
        "type": "object",
        "description": "",
        "properties": {
          "startCity": {
            "type": "string",
            "description": "出发城市",
            "x-dingtalk-display-name": "出发城市"
          },
          "endCity": {
            "type": "string",
            "description": "到达城市",
            "x-dingtalk-display-name": "到达城市"
          },
          "date": {
            "type": "string",
            "description": "出发日期",
            "x-dingtalk-default": "2023-11-29",
            "x-dingtalk-display-name": "出发日期",
            "x-dingtalk-entity": {
              "category": "time",
              "format": "strftime: yyyy-MM-dd"
            }
          }
        },
        "required": [
          "startCity",
          "endCity",
          "date"
        ]
      },
      "target_url_by_platform": {
        "default": "https://market.m.taobao.com/app/trip/h5-traffic-search/pages/search/index.html"
      },
      "script_url": "https://opencdn.dingtalk.net/vscode/457116/595734833/bdbca7da-e441-4c9a-ab06-205ef217eb49_automator.js",
      "keywords": [
        "预定机票",
        "订机票",
        "机票",
        "预订"
      ],
      "examples": [
        {
          "input": "帮我预订一张下周二的机票,出发地:成都,到达地:广州",
          "output": {
            "startCity": "成都",
            "endCity": "广州",
            "date": "下周二"
          }
        },
        {
          "input": "预订一张明天的机票,从北京到杭州",
          "output": {
            "endCity": "杭州",
            "date": "明天"
          }
        }
      ],
      "headless_mode": false,
      "target_valid_domains": [
        "market.m.taobao.com"
      ],
      "support_platform": [
        "android",
        "ios"
      ]
    }
  }
}
回复 使用道具 举报
赛龙周
金牌服务用户   /  发表于:2024-7-11 11:06:45
7#
貌似用上述方法在钉钉的AI助理成功调用活字格的服务端命令,不得不承认AI真的强大




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x

评分

参与人数 1金币 +666 收起 理由
Nathan.guo + 666 神马都是浮云

查看全部评分

回复 使用道具 举报
Nathan.guo活字格认证 Wyn认证
超级版主   /  发表于:2024-7-11 11:30:15
8#
牛呀大佬!!!
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部