Skip to content

Commit

Permalink
add getInputDefinition method to the instruction node
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Oct 30, 2023
1 parent a96e3da commit 0e7b633
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ export const getInputDefinition: GetInputDefinition<LLMCompletionInput> = (input
export const llmCompletion: Node<LLMCompletionInput, LLMCompletionOutput> = {
...nodes[nodeTypes.llmCompletionNodeType],
execute,
getInputDefinition,
};

0 comments on commit 0e7b633

Please sign in to comment.