Skip to content

Commit

Permalink
linting
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 28, 2024
1 parent e554f1c commit b34f37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextToGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class TextToGraph {
},
logger: options.logger,
openAiOptions: options.openAiOptions,
systemPrompt: options.textToGraphPrompt,
systemPrompt: options.textToGraphPrompt ? options.textToGraphPrompt : TEXT_TO_GRAPH_PROMPT,
});
}

Expand Down

0 comments on commit b34f37b

Please sign in to comment.