READ_FILE_VIDEO_TOOL_DESCRIPTION = _READ_FILE_TOOL_DESCRIPTION_TEMPLATE.format(
first_line='For text files,
by default it reads up to 100 lines starting from the beginning of the file',
multimodal_bullets=f'{_IMAGE_PDF_PAGINATION_BULLET}\n- For videos,
`offset`/`limit` are interpreted as seconds (default window 100 s; sampled at a fixed rate). Use smaller windows when you need more temporal detail.'
)