Add glot run code agent

This commit is contained in:
2024-12-24 23:16:14 +08:00
parent d4f9650bc7
commit be465a7bd7
3 changed files with 122 additions and 1 deletions

View File

@@ -327,10 +327,20 @@ object JChatGPT : KotlinPlugin(
* 工具列表
*/
private val myTools = listOf(
// 网页搜索
WebSearch(),
// 运行代码
RunCode(),
// 天气服务
WeatherService(),
CrazyKfc(),
// IP所在地查询
IpAddressQuery(),
// 疯狂星期四
CrazyKfc(),
)