#603·gitingest

以纯文本形式存储的笔记本输出 (schema-valid) 在摘要中以每行一个字符的形式显示

作者: wallidsaydi-creator创建于 2026年8月25日更新于 2026年8月25日

--- a/src/gitingest/utils/notebook.py +++ b/src/gitingest/utils/notebook.py @@ -147,10 +147,12 @@ def _extract_output(output: dict[str, Any]) -> list[str]: output_type = output["output_type"]

 if output_type == "stream":
  •    return output["text"]
  •    text = output["text"]

...

内容来源: coderamp-labs/gitingest