mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 07:03:45 +00:00
use bash description as task title
This commit is contained in:
@@ -271,7 +271,7 @@ export const BashTool = Tool.define("bash", {
|
||||
}
|
||||
|
||||
return {
|
||||
title: params.command,
|
||||
title: params.description,
|
||||
metadata: {
|
||||
output,
|
||||
exit: proc.exitCode,
|
||||
|
||||
Reference in New Issue
Block a user