Skip to content

Commit

Permalink
Update function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
SmittieC committed Dec 17, 2024
1 parent e9c1f13 commit 92dc5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/assistants/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def import_openai_assistant(assistant_id: str, llm_provider: LlmProvider, team:
return assistant


def validate_instructions(instructions: str) -> bool:
def validate_instructions(instructions: str):
validate_prompt_variables(
form_data={"instructions": instructions},
prompt_key="instructions",
Expand Down

0 comments on commit 92dc5d4

Please sign in to comment.