Skip to content

Commit

Permalink
Use consistent naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov committed Nov 29, 2023
1 parent 2849832 commit be78c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidial_assistant/application/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def build(self, **kwargs) -> Template:
{
"command": "<command name>",
"args": [
"arg1", "arg2", ...
"<arg1>", "<arg2>", ...
]
}
]
Expand Down

0 comments on commit be78c58

Please sign in to comment.