Skip to content

网络请求

此工具为模型提供了 HTTP GET 和 POST 请求的能力。

配置

  • 参考 介绍 中的配置方法,启用 plugin-common 插件。
  • 按照下图配置在 plugin-common 插件中启用 request 功能。

image

测试

将当前房间设置为插件模式,即可询问模型请求某个 API。当模型回复的内容包含 API 响应式时,说明网络请求工具配置成功。

例如:

聊天记录
U
User
chatluna.chat.text 请求 https://v2.jokeapi.dev/joke/Any 给我讲个笑话
B
Bot
{
    tool: 'requests_get',
    arg: '{"input":"https://v2.jokeapi.dev/joke/Any"}'
}
B
Bot
Why did the programmer jump on the table? Because debug was on his screen.

页面历史

在 CC-BY-SA-4.0 许可下发布