Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasonjo committed Dec 12, 2024
1 parent b62eb08 commit f91f9d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@


def get_default_prompt(
additional_instructions: Optional[str] = "",
additional_instructions: str = "",
) -> ChatPromptTemplate:
return ChatPromptTemplate.from_messages(
[
Expand Down

0 comments on commit f91f9d5

Please sign in to comment.