From ad40f1961a8e4c51f675227f4a357cb04bb399f2 Mon Sep 17 00:00:00 2001 From: Dan Selman Date: Thu, 27 Jun 2024 21:08:17 +0100 Subject: [PATCH] chore: lint Signed-off-by: Dan Selman --- src/functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.ts b/src/functions.ts index e1408a1..80236d5 100644 --- a/src/functions.ts +++ b/src/functions.ts @@ -1,7 +1,7 @@ import * as crypto from 'crypto' import OpenAI from "openai"; import { EMBEDDINGS_MAGIC, GraphModelOptions, OpenAiOptions, PropertyBag } from './types'; -import { OPENAI_MODEL, TEXT_TO_CYPHER_TOOLS, getTextToGraphPrompt, getTextToCypherPrompt } from './prompt'; +import { OPENAI_MODEL, TEXT_TO_CYPHER_TOOLS, getTextToCypherPrompt } from './prompt'; export function toOpenAiToolType(type:string) { switch(type) {