mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
📑 docs: Fix Typos in JSDoc and Doc Files (#8998)
- Fix grammar in translations README: 'if has not been ran' 'if it has not been run' - Fix spacing in JSDoc comments: 'at theend' 'at the end' (2 instances)
This commit is contained in:
parent
052e61b735
commit
5943d5346c
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue