Add IP Address query

This commit is contained in:
2024-12-22 03:59:09 +08:00
parent 12df62d7fe
commit ef25b06aab
2 changed files with 35 additions and 1 deletions

View File

@@ -279,7 +279,8 @@ object JChatGPT : KotlinPlugin(
private val myTools = listOf(
WebSearch(),
WeatherService(),
CrazyKfc()
CrazyKfc(),
IpAddressQuery(),
)