langchain_community.tools.bearly.tool.head_file

langchain_community.tools.bearly.tool.head_file(path: str, n: int) List[str][source]

获取文件的前n行。

参数
  • path (str) –

  • n (int) –

返回类型

str 列表