"description":"A prompt to be appended before the tools",
"example":"\"Based on the conversation, please choose the most appropriate tool to use: \"",
"example":"\"You will be presented with a JSON schema representing a set of tools.\nIf the user request lacks of sufficient information to make a precise tool selection: Do not invent any tool's properties, instead notify with an error message.\n\nJSON Schema:\n\"",
"nullable":true
},
"tools":{
...
...
@@ -1071,7 +1081,10 @@
"example":"mistralai/Mistral-7B-Instruct-v0.2"
},
"prompt":{
"type":"string",
"type":"array",
"items":{
"type":"string"
},
"description":"The prompt to generate completions for.",