diff --git a/.spelling b/.spelling index 4c2097ce..880dc12a 100644 --- a/.spelling +++ b/.spelling @@ -56,17 +56,13 @@ openSSL base64 period uri -url +url dropdown special org GitHub LLMs -config -AppItem OpenAI config +AppItem freeform -docGen -docgen -Unmarks \ No newline at end of file diff --git a/openapi.json b/openapi.json index ca9c04f4..449d5574 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2.0.0", - "x-box-commit-hash": "" + "x-box-commit-hash": "76b3e9a8ea" }, "servers": [ { @@ -3415,7 +3415,7 @@ } }, "400": { - "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", + "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", "content": { "application/json": { "schema": { @@ -3810,7 +3810,7 @@ } }, "400": { - "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", + "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", "content": { "application/json": { "schema": { @@ -4184,7 +4184,7 @@ } }, "400": { - "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", + "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", "content": { "application/json": { "schema": { @@ -6593,7 +6593,7 @@ } }, "400": { - "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", + "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", "content": { "application/json": { "schema": { @@ -17355,7 +17355,7 @@ "description": "Returns an empty response when the card has been successfully updated." }, "400": { - "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", + "description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.", "content": { "application/json": { "schema": { @@ -24040,6 +24040,7 @@ "post": { "operationId": "post_ai_ask", "summary": "Ask question", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24093,6 +24094,7 @@ "post": { "operationId": "post_ai_text_gen", "summary": "Generate text", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24146,6 +24148,7 @@ "get": { "operationId": "get_ai_agent_default", "summary": "Get AI agent default configuration", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24241,6 +24244,7 @@ "post": { "operationId": "post_ai_extract", "summary": "Extract metadata (freeform)", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24294,6 +24298,7 @@ "post": { "operationId": "post_ai_extract_structured", "summary": "Extract metadata (structured)", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -37878,7 +37883,7 @@ "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. `{user_question}`", "maxLength": 10000, - "pattern": "{user_question}" + "pattern": "\\{user_question\\}" } } }