Skip to content

Commit

Permalink
Merge pull request #389 from jupyter-naas/fix-add-system-as-naas_chat…
Browse files Browse the repository at this point in the history
…_plugin-default-prompt-type

fix: add system as naas_chat_plugin default prompt type
  • Loading branch information
FlorentLvr authored Dec 11, 2023
2 parents f5aa4f4 + b1b0fa8 commit 482e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naas_drivers/tools/naas_chat_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def create_plugin(
commands=[],
description="",
avatar="",
prompt_type="",
prompt_type="system",
):
"""
Creates a JSON file for a chat plugin with specified parameters and saves it to the specified output path.
Expand Down

0 comments on commit 482e23f

Please sign in to comment.