/**
* 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
*/
/**
* JSON Schema for tool outputs (after transformations applied)
*/
export type ToolOutputSchema = { [key: string]: unknown };