Read_file tool editing error

When asked to read_file, the lines of my code 9-10 are

): Promise<Partial<Result>[]> => {
  const results: Partial<Result>[] = [];

however, the read_file tool returns “Partial < r >” instead of “Partial < Result >”, irrespective of the model I chose (I have tested several).

grep_search and codebase_search both show the correct type.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.