SimpleChatTC:Update notes
This commit is contained in:
parent
c21bef4ddd
commit
d3a893cac9
|
|
@ -867,7 +867,7 @@ class MultiChatUI {
|
||||||
/**
|
/**
|
||||||
* Reset/Setup Tool Call UI parts as needed
|
* Reset/Setup Tool Call UI parts as needed
|
||||||
* @param {ChatMessageEx} ar
|
* @param {ChatMessageEx} ar
|
||||||
* @param {boolean} bAuto
|
* @param {boolean} bAuto - allows caller to explicitly control whether auto triggering should be setup.
|
||||||
*/
|
*/
|
||||||
ui_reset_toolcall_as_needed(ar, bAuto = false) {
|
ui_reset_toolcall_as_needed(ar, bAuto = false) {
|
||||||
if (ar.has_toolcall()) {
|
if (ar.has_toolcall()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue