mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	allow custom source url (#2255)
* Update script.js to allow custom source url * type hint fix * fixes
This commit is contained in:
		| @@ -70,6 +70,8 @@ | ||||
|  * @property {"system" | "user" | "assistant"} depth_prompt.role - The role the character takes on during the prompted interaction (system, user, or assistant). | ||||
|  * // Non-standard extensions added by external tools | ||||
|  * @property {string} [pygmalion_id] - The unique identifier assigned to the character by the Pygmalion.chat. | ||||
|  * @property {string} [github_repo] - The gitHub repository associated with the character. | ||||
|  * @property {string} [source_url] - The source URL associated with the character. | ||||
|  * @property {{full_path: string}} [chub] - The Chub-specific data associated with the character. | ||||
|  */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user