Output parser
Bases: QueryComponent
输出解析器组件。
Source code in llama_index/core/output_parsers/base.py
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
|
set_callback_manager #
set_callback_manager(callback_manager: Any) -> None
设置回调管理器。
Source code in llama_index/core/output_parsers/base.py
62 63 |
|