Skip to content

Commit

Permalink
chore: add system message in completion
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Aug 19, 2024
1 parent dadeae4 commit 9503b60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schema/ai-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,15 @@
"title": "Model Name",
"type": "string"
},
"system-message": {
"title": "System message",
"type": "string",
"description": "The contents of the system message.",
"instillShortDescription": "The contents of the system message.",
"instillAcceptFormats": [
"string"
]
},
"prompt": {
"title": "Input prompt",
"type": "string",
Expand Down

0 comments on commit 9503b60

Please sign in to comment.