Skip to content

Commit

Permalink
Improve prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 23, 2024
1 parent 47c399f commit 9a4c419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/ceylon/ceylon/llm/llm_task_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def recheck_and_update_subtasks(self, subtasks):
output_parser = StructuredOutputParser.from_response_schemas(response_schemas)
format_instructions = output_parser.get_format_instructions()


# Prompt template
prompt = PromptTemplate(
template=dedent(
Expand Down

0 comments on commit 9a4c419

Please sign in to comment.