change: update ui-tars prompt

This commit is contained in:
lilong.129
2025-05-23 18:10:45 +08:00
parent 009bfa4ecb
commit 19ddcb40cc
8 changed files with 299 additions and 158 deletions

View File

@@ -23,7 +23,7 @@ func NewLLMContentParser(modelType option.LLMServiceType) LLMContentParser {
switch modelType {
case option.LLMServiceTypeUITARS:
return &UITARSContentParser{
systemPrompt: uiTarsPlanningPrompt,
systemPrompt: doubao_1_5_ui_tars_planning_prompt,
}
default:
return &JSONContentParser{