Skip to content

Commit 704b8eb

Browse files
committed
fix: data type
1 parent 4127677 commit 704b8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/extensions/tools/search_files_by_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SearchFilesByNameResultObservation(Observation):
3030
total_files: int = Field(
3131
description="Total number of files with matches",
3232
)
33-
files_per_page: int = Field(
33+
files_per_page: int | float = Field(
3434
description="Number of files shown per page",
3535
)
3636

0 commit comments

Comments
 (0)