mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Feat/update ollama for function calling (#2892)
update ollama for function calling
This commit is contained in:
@@ -63,7 +63,7 @@ export class ReadFileTool extends StructuredTool {
|
||||
|
||||
schema = z.object({
|
||||
file_path: z.string().describe('name of file')
|
||||
})
|
||||
}) as any
|
||||
|
||||
name = 'read_file'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user