chore: remove dead code for todoread tool (#19128)
This commit is contained in:
parent
cafc2b204b
commit
77fc88c8ad
87 changed files with 5 additions and 528 deletions
|
|
@ -85,7 +85,7 @@ function list<T>(value: T[] | undefined | null, fallback: T[]) {
|
|||
return fallback
|
||||
}
|
||||
|
||||
const hidden = new Set(["todowrite", "todoread"])
|
||||
const hidden = new Set(["todowrite"])
|
||||
|
||||
function partState(part: PartType, showReasoningSummaries: boolean) {
|
||||
if (part.type === "tool") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue