fix: missing setInput while creating tools

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-05 02:24:10 +00:00
parent 8047d32734
commit 5c26d9b54f

View File

@@ -130,6 +130,7 @@ export default function ${capitalizeFirstLetter(toolNameCamelCase)}({
initialValues={initialValues}
exampleCards={exampleCards}
getGroups={getGroups}
setInput={setInput}
compute={compute}
toolInfo={{ title: \`What is a \${title}?\`, description: longDescription }}
/>