mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
fix: update type import from ReadFileToolOptions to CreateReadFileToolOptions
This commit is contained in:
parent
e098a86e4b
commit
9154c06442
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type OpenAI from "openai"
|
||||
import { createReadFileTool, type ReadFileToolOptions } from "../read_file"
|
||||
import { createReadFileTool, type CreateReadFileToolOptions } from "../read_file"
|
||||
|
||||
// Helper type to access function tools
|
||||
type FunctionTool = OpenAI.Chat.ChatCompletionTool & { type: "function" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue