import Riza from '@riza-io/api';const client = new Riza({ apiKey: process.env['RIZA_API_KEY'], // This is the default and can be omitted});const tool = await client.tools.update('id');console.log(tool.id);
Update the source code and input schema of a tool.
JavaScript
Copy
Ask AI
import Riza from '@riza-io/api';const client = new Riza({ apiKey: process.env['RIZA_API_KEY'], // This is the default and can be omitted});const tool = await client.tools.update('id');console.log(tool.id);