Skip to content

Commit

Permalink
Box AI schemas test
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Jul 16, 2024
1 parent e0ab506 commit 3473dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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
},
Expand Down Expand Up @@ -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}---"
}
}
Expand Down

0 comments on commit 3473dd6

Please sign in to comment.