You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ It offers the following functionalities:
33
33
34
34
## Agent thinking mode (experimental)
35
35
36
-
An attempt to replicate tool usage / agent logic in Lite. Essentially, the AI is provided the user input and a list of tools that it can use. Should work on all UI modes for instruct.
36
+
An attempt to replicate tool usage / agent logic in Lite. Essentially, the AI is provided the user input and a list of tools that it can use. Should work on all UI modes for instruct, along with supporting chat names.
37
37
38
38
The currently supported options include:
39
39
- Sending messages / Asking for additional user input (including AI suggested options like a text adventure)
@@ -59,6 +59,18 @@ The currently supported options include:
59
59
- Supports system prompts, both using and setting it automatically
60
60
- Supports setting a "state" parameter which is always inserted at the end of the text. It is also possible to define the format that the response must use (i.e. {health: 10, mana: 20...})
61
61
- Support enforcing a specific action order (i.e. the agent can be set to always roll a dice, then send a response)
62
+
- Support for manually preventing the agent from taking specific actions:
- Upload document support (including upload of text documents, lorebooks, PDFs (SevenOf9 wrote the parser), OCR using the vision model loaded, and transcription from audio)
0 commit comments