Add getOneCharacter to getContext
| @@ -65,6 +65,7 @@ import { | ||
| 65 | 65 | getMediaIndex, |
| 66 | 66 | scrollChatToBottom, |
| 67 | 67 | scrollOnMediaLoad, |
| 68 | + getOneCharacter, | |
| 68 | 69 | } from '../script.js'; |
| 69 | 70 | import { |
| 70 | 71 | extension_settings, |
| @@ -214,6 +215,7 @@ export function getContext() { | ||
| 214 | 215 | textCompletionSettings: textgenerationwebui_settings, |
| 215 | 216 | powerUserSettings: power_user, |
| 216 | 217 | getCharacters, |
| 218 | + getOneCharacter, | |
| 217 | 219 | getCharacterCardFields, |
| 218 | 220 | uuidv4, |
| 219 | 221 | humanizedDateTime, |