diff --git a/website/src/components/operations/components.tsx b/website/src/components/operations/components.tsx index 64082b8d..4536e9e3 100644 --- a/website/src/components/operations/components.tsx +++ b/website/src/components/operations/components.tsx @@ -74,15 +74,6 @@ interface OtherKwargs { code?: string; } -interface Operation { - type: string; - prompt?: string; - output?: { - schema?: SchemaItem[]; - }; - otherKwargs?: OtherKwargs; -} - interface OperationComponentProps { operation: Operation; isSchemaExpanded: boolean;