mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
add sqlite modify tool
This commit is contained in:
@@ -19,10 +19,10 @@ export class Tool implements ITool {
|
||||
@Column({ nullable: true })
|
||||
iconSrc?: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
@Column({ nullable: true, type: 'text' })
|
||||
schema?: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
@Column({ nullable: true, type: 'text' })
|
||||
func?: string
|
||||
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user