Stop GPT-OSS 20b from being dumb ..

This commit is contained in:
Mario Zechner 2025-09-09 04:31:09 +02:00
parent 98a876f3a0
commit 594b0dac6c

View file

@ -22,7 +22,7 @@ const calculatorTool: Tool = {
operation: {
type: "string",
enum: ["add", "subtract", "multiply", "divide"],
description: "The operation to perform",
description: "The operation to perform. One of 'add', 'subtract', 'multiply', 'divide'.",
},
},
required: ["a", "b", "operation"],