mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
fix: uixt tool take_screenshot
This commit is contained in:
@@ -112,7 +112,7 @@ func (c *Chat) runPrompt(ctx context.Context, prompt string) error {
|
||||
|
||||
// Create user message
|
||||
planningOpts := &ai.PlanningOptions{
|
||||
UserInstruction: "chat with MCP tools",
|
||||
UserInstruction: prompt,
|
||||
Message: &schema.Message{
|
||||
Role: schema.User,
|
||||
Content: prompt,
|
||||
|
||||
Reference in New Issue
Block a user