mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Improve JSdocs
This commit is contained in:
@ -5708,7 +5708,7 @@ function parseAndSaveLogprobs(data, continueFrom) {
|
||||
/**
|
||||
* Extracts the message from the response data.
|
||||
* @param {object} data Response data
|
||||
* @param {string | null} activeApi if it's set, ignores active API
|
||||
* @param {string} activeApi If it's set, ignores active API
|
||||
* @returns {string} Extracted message
|
||||
*/
|
||||
export function extractMessageFromData(data, activeApi = null) {
|
||||
|
Reference in New Issue
Block a user