Fix typo
This commit is contained in:
parent
1c60ccf14a
commit
2dfd05d42b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ modifier(text)
|
||||||
|
|
||||||
Set a note by typing `note: ` when in Do mode. It will be tagged to whatever the most recent line of text is, appearing below it to the AI, but not visible to the user.
|
Set a note by typing `note: ` when in Do mode. It will be tagged to whatever the most recent line of text is, appearing below it to the AI, but not visible to the user.
|
||||||
|
|
||||||
## Content Modifier
|
## Context Modifier
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// info.memoryLength is the length of the memory section of text. text.slice(0, info.memoryLength) will be the memory.
|
// info.memoryLength is the length of the memory section of text. text.slice(0, info.memoryLength) will be the memory.
|
||||||
|
|
Reference in a new issue