We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4127677 commit 704b8ebCopy full SHA for 704b8eb
1 file changed
src/codegen/extensions/tools/search_files_by_name.py
@@ -30,7 +30,7 @@ class SearchFilesByNameResultObservation(Observation):
30
total_files: int = Field(
31
description="Total number of files with matches",
32
)
33
- files_per_page: int = Field(
+ files_per_page: int | float = Field(
34
description="Number of files shown per page",
35
36
0 commit comments