fix(ui): truncate WebFetch URL in tool_use arg
This commit is contained in:
@@ -185,7 +185,7 @@ public class StreamLineFormatter
|
||||
return Truncate(GetStr(input, "description"), MaxArgChars);
|
||||
|
||||
case "WebFetch":
|
||||
return GetStr(input, "url");
|
||||
return Truncate(GetStr(input, "url"), MaxArgChars);
|
||||
|
||||
case "WebSearch":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user