mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-09 09:27:26 +08:00
refactor: add LLMServiceTypeDoubaoVL
This commit is contained in:
@@ -30,7 +30,14 @@ finished(content='xxx') # Use escape characters \\', \\", and \\n in content par
|
||||
`
|
||||
|
||||
// system prompt for JSONContentParser
|
||||
const defaultPlanningResponseJsonFormat = `You are a versatile professional in software UI automation.`
|
||||
const defaultPlanningResponseJsonFormat = `You are a versatile professional in software UI automation.
|
||||
|
||||
## Output Format
|
||||
` + "```" + `
|
||||
Thought: ...
|
||||
Action: ...
|
||||
` + "```" + `
|
||||
`
|
||||
|
||||
const defaultPlanningResponseStringFormat = `
|
||||
You are a helpful assistant.
|
||||
|
||||
Reference in New Issue
Block a user