输出解析器
基类: QueryComponent
输出解析器组件。
参数:
名称 | 类型 | 描述 | 默认值 |
---|---|---|---|
output_parser
|
BaseOutputParser
|
输出解析器。 |
required |
Source code in llama-index-core/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 |
|
set_callback_manager #
set_callback_manager(callback_manager: Any) -> None
设置回调管理器。
Source code in llama-index-core/llama_index/core/output_parsers/base.py
60 61 |
|