Add proper support for progress flow during tool calling
This commit is contained in:
@@ -325,7 +325,7 @@ const Sidebar = ({
|
||||
return (
|
||||
<div key={key} className="space-y-2">
|
||||
<div className="flex items-center gap-1">
|
||||
<label className="text-sm font-medium text-green-600">
|
||||
<label className="text-sm font-medium text-green-600 break-all">
|
||||
{configKey}
|
||||
</label>
|
||||
<Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user