You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Custom block ${block.type} not offered as a tool: required file input "${unfillableFileField.name}" has no preset value and cannot be supplied by the model`
651
+
)
652
+
returnnull
653
+
}
637
654
return{
638
655
// Unique per block so two custom-block tools never collide on the wire.
639
656
id: `custom_block_executor_${block.type}`,
@@ -643,7 +660,7 @@ export async function transformBlockTool(
0 commit comments