|
|
@@ -333,9 +333,7 @@ const runImageToolResultScenario = (context: GoldenScenarioContext) =>
|
|
|
generation: generation(context, context.maxTokens ?? 40),
|
|
|
messages: [
|
|
|
Message.user("Use the read_screenshot tool, then reply with the words shown."),
|
|
|
- Message.assistant([
|
|
|
- { type: "tool-call", id: "call_screenshot_1", name: screenshotToolName, input: {} },
|
|
|
- ]),
|
|
|
+ Message.assistant([{ type: "tool-call", id: "call_screenshot_1", name: screenshotToolName, input: {} }]),
|
|
|
Message.tool({
|
|
|
id: "call_screenshot_1",
|
|
|
name: screenshotToolName,
|