KernelToolDef constructor
const
KernelToolDef({})
Implementation
const KernelToolDef({
required this.name,
required this.description,
required this.inputSchema,
required this.scope,
});
const KernelToolDef({
required this.name,
required this.description,
required this.inputSchema,
required this.scope,
});