mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-13 19:19:32 +02:00
fix: missing setInput while creating tools
This commit is contained in:
@@ -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 }}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user