Skip to content

Commit

Permalink
remove crap and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 7, 2025
1 parent 3c63548 commit 7921de8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

2 changes: 1 addition & 1 deletion packages/core/__tests__/mockCharacter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Character, ModelProviderName } from "@elizaos/core";
import { type Character, ModelProviderName } from "@elizaos/core";

export const mockCharacter: Character = {
name: "Eliza",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/src/ragknowledge.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { embed } from "./embedding.ts";
import { splitChunks } from "./generation.ts";
import elizaLogger from "./logger.ts";
import {
type IAgentRuntime,
type IRAGKnowledgeManager,
type RAGKnowledgeItem,
type UUID,
import type {
IAgentRuntime,
IRAGKnowledgeManager,
RAGKnowledgeItem,
UUID,
} from "./types.ts";
import { stringToUuid } from "./uuid.ts";
import { existsSync } from "node:fs";
Expand Down

0 comments on commit 7921de8

Please sign in to comment.