Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
varunshankar committed Sep 28, 2023
1 parent f441fcb commit 642aea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class LLMCommandGenerator(GraphComponent, CommandGenerator):
@staticmethod
def get_default_config() -> Dict[str, Any]:
"""The component's default config (see parent class for full docstring)."""
return {LLM_CONFIG_KEY: None}
return {"prompt": None, LLM_CONFIG_KEY: None}

def __init__(
self,
Expand Down

0 comments on commit 642aea1

Please sign in to comment.