mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Feat/update ollama for function calling (#2892)
update ollama for function calling
This commit is contained in:
@@ -174,7 +174,7 @@ class ChatflowTool extends StructuredTool {
|
||||
|
||||
schema = z.object({
|
||||
input: z.string().describe('input question')
|
||||
})
|
||||
}) as any
|
||||
|
||||
constructor({
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user