Update version to 1.8.0

Add SendVoiceMessage tool
Move prompt to SystemPrompt.md file
Add tool calling message switch config
This commit is contained in:
2025-08-31 15:57:16 +08:00
parent e79bcd9983
commit af17f1e698
13 changed files with 315 additions and 80 deletions

View File

@@ -34,7 +34,7 @@ class WeatherService : BaseAgent(
)
) {
override val loadingMessage: String
get() = "查询天气中..."
get() = "观天中..."
override suspend fun execute(args: JsonObject?): String {
requireNotNull(args)