Skip to content

Commit

Permalink
hotfix, Operation declaration conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lapsule authored and shreyashankar committed Nov 15, 2024
1 parent 6bee8f6 commit 5b9a2a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions website/src/components/operations/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5b9a2a4

Please sign in to comment.