fix(api): Fix the issues that `None` content is written to the user accidentally
The `_save_multimodal_output_and_convert_result_to_markdown` should not yield anything when `contents` is None. However, the lack of `return` statement causing the fallback branch executed, resulting in `None` written to the user.pull/17372/head
parent
81c4428cf8
commit
aec7dc4d23
Loading…
Reference in New Issue