use bash description as task title
parent
16fdc90976
commit
5d25758400
|
|
@ -271,7 +271,7 @@ export const BashTool = Tool.define("bash", {
|
|||
}
|
||||
|
||||
return {
|
||||
title: params.command,
|
||||
title: params.description,
|
||||
metadata: {
|
||||
output,
|
||||
exit: proc.exitCode,
|
||||
|
|
|
|||
Loading…
Reference in New Issue