Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekpatil4 committed Jan 10, 2025
1 parent 769477f commit 57535ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/src/frameworks/llamaindex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { ZToolSchemaFilter } from "../types/base_toolset";
import { Optional, Sequence } from "../types/util";

type ToolSchema = {
name: string;
description: string;
parameters: Record<string, unknown>;
};
name: string;
description: string;
parameters: Record<string, unknown>;
};

export class LlamaIndexToolSet extends BaseComposioToolSet {
/**
Expand Down

0 comments on commit 57535ff

Please sign in to comment.