diff --git a/api/server/services/Runs/handle.js b/api/server/services/Runs/handle.js index e49f46a69..abe933f92 100644 --- a/api/server/services/Runs/handle.js +++ b/api/server/services/Runs/handle.js @@ -33,7 +33,7 @@ async function withTimeout(promise, timeoutMs, timeoutMessage) { * @param {string} [params.body.model] - Optional. The ID of the model to be used for this run. * @param {string} [params.body.instructions] - Optional. Override the default system message of the assistant. * @param {string} [params.body.additional_instructions] - Optional. Appends additional instructions - * at theend of the instructions for the run. This is useful for modifying + * at the end of the instructions for the run. This is useful for modifying * the behavior on a per-run basis without overriding other instructions. * @param {Object[]} [params.body.tools] - Optional. Override the tools the assistant can use for this run. * @param {string[]} [params.body.file_ids] - Optional. diff --git a/api/typedefs.js b/api/typedefs.js index 3ad736624..5205503fc 100644 --- a/api/typedefs.js +++ b/api/typedefs.js @@ -1370,7 +1370,7 @@ * @property {string} [model] - The model that the assistant used for this run. * @property {string} [instructions] - The instructions that the assistant used for this run. * @property {string} [additional_instructions] - Optional. Appends additional instructions - * at theend of the instructions for the run. This is useful for modifying + * at the end of the instructions for the run. This is useful for modifying * @property {Tool[]} [tools] - The list of tools used for this run. * @property {string[]} [file_ids] - The list of File IDs used for this run. * @property {Object} [metadata] - Metadata associated with this run. diff --git a/config/translations/README.md b/config/translations/README.md index e411aff79..248e4e4c3 100644 --- a/config/translations/README.md +++ b/config/translations/README.md @@ -7,7 +7,7 @@ ### ⚠️ Warning: -This script can be expensive, several dollars worth, even with prompt caching. It can also be slow if has not been ran in a while, with translations contributed. +This script can be expensive, several dollars worth, even with prompt caching. It can also be slow if it has not been run in a while, with translations contributed. ### Instructions: