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

@@ -28,7 +28,7 @@ class ReasoningAgent : BaseAgent(
)
) {
override val loadingMessage: String
get() = "深度思考中..."
get() = "思考中..."
override val isEnabled: Boolean
get() = LargeLanguageModels.reasoning != null