diff --git a/openapi.json b/openapi.json index d1af9155..9660e41f 100644 --- a/openapi.json +++ b/openapi.json @@ -37120,7 +37120,7 @@ }, "prompt_template": { "type": "string", - "description": "The prompt template contains contextual information of the request and the user prompt. \n\nThe template **requires** inputs for `{current_date}`, `{user_question}`, and `{content}`.", + "description": "The prompt template contains contextual information of the request and the user prompt. \n\nWhen passing `prompt_template` parameters, you **must include** inputs for `{current_date}`, `{user_question}`, and `{content}`.", "example": "It is `{current_date}`, and I have $8000 and want to spend a week in the Azores. What should I see?", "maxLength": 10000 }, @@ -37161,7 +37161,7 @@ }, "prompt_template": { "type": "string", - "description": "The prompt template contains contextual information of the request and the user prompt.\n\n**Note:** The template must include input for `{user_question}`, and may include inputs for `{current_date}` and`{content}` depending on the use.", + "description": "The prompt template contains contextual information of the request and the user prompt.\n\nWhen using the `prompt_template` parameter, you **must include** input for `{user_question}`.\nInputs for `{current_date}` and`{content}` are optional, depending on the use.", "example": "It is `{current_date}`, and I have $8000 and want to spend a week in the Azores. What should I see?", "maxLength": 10000 }, @@ -37238,7 +37238,7 @@ "properties": { "content_template": { "type": "string", - "description": "How the content should be included in a request to the LLM. It must include `{content}`.", + "description": "How the content should be included in a request to the LLM.\nWhen passing this parameter, you must include `{content}`.", "example": "---{content}---" } }