mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
Stop GPT-OSS 20b from being dumb ..
This commit is contained in:
parent
98a876f3a0
commit
594b0dac6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue