clean
This commit is contained in:
parent
3e30068907
commit
6d66973fd5
10 changed files with 232 additions and 116 deletions
|
|
@ -271,7 +271,7 @@ export type ToolInfo = {
|
|||
subtitle?: string
|
||||
}
|
||||
|
||||
const SHELL = new Set(["shell"])
|
||||
const SHELL = new Set(["shell", "bash"])
|
||||
|
||||
function agentTitle(i18n: UiI18n, type?: string) {
|
||||
if (!type) return i18n.t("ui.tool.agent.default")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue