Fix error on streaming if the processor was already destroyed
Commits
feat/multi-feature-pack2024-10-04
8c095f20
Merge pull request #2945 from M0ch0/stagingSigned
Claude: Streamed tool calls parser
Supports Gemini context length reduction.
Supports Gemini 1.5-Flash-8b
Merge branch 'tool-calling' of https://github.com/SillyTavern/SillyTavern into tool-calling
Add Claude streamed tool parser
ESLint and JSDoc fixes
Make dialog css edits dependant on polyfilSigned
Include polyfill cssSigned
Claude: new prompt converter + non-streaming tools
2024-10-03
Remove tool calling for Cohere v1
Support MistralAI streaming tool calls
Only delete message if had successful tool calls
Merge pull request #2940 from FriedCaper/dont-send-while-editingSigned
Allow returning page if transcript extraction failed
Abort Send and Continue while editing a message
On ctrl-enter when editing, focus text input
Add json param to /transcript
Update tool registration
Show an error when all tools fail
Merge branch 'staging' into tool-calling
Fix character attachment content saving into settings.json
Hide message on streaming tool calls
Skip adding tool messages as regular chats
Claude: console.log system before messages
Groq: Add new models and multimodal captions
2024-10-02
Prettify displayed message
Nicely format message for tool calls
Delete empty message before tool invocations
Ui bug Fixes
Merge branch 'staging' into tool-calling
Add utility function for formatting swipe counters
Save tool calls to visible chats.
2024-10-01
Add empty tool calls to streaming processors
Budgeting fix
eslint update
Fix code scanning alert no. 231: Prototype-polluting functionSigned
Implement function tool calling for OpenAI
Merge pull request #2931 from ceruleandeep/feature/profileFeatherlessModelSigned
New tool calling framework
Add Featherless to modelSelectMap for /model
Merge pull request #2929 from SillyTavern/model-write-inSigned
Merge branch 'staging' into model-write-in
Merge pull request #2919 from SillyTavern/swipe-nums-for-all-mesSigned
Remove commented debug code
Merge branch 'staging' into swipe-nums-for-all-mes
Merge pull request #2830 from nyxkrage/patch-2Signed
Update visuals and labels of CC postfix/prefix drawers
bugfixes