Skip to content

Commit

Permalink
chore: cleaner ui for optimization and visualizing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Nov 15, 2024
1 parent 71b8bfe commit f7d3472
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 f7d3472

Please sign in to comment.