Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <danscode@selman.org>
  • Loading branch information
dselman committed Jun 27, 2024
1 parent c5ed686 commit ad40f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.ts
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit ad40f19

Please sign in to comment.