/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* superglue AI API
* API for running superglue AI tools
* OpenAPI spec version: 1.0.0
*/
/**
* Tool metadata (not full configuration, maps to 'toolConfig' in GraphQL)
*/
export type RunTool = {
id: string;
version?: string;
};