dialogtopicshift_mapper
September 8, 2026 · View on GitHub
Focus on new topic vs clinging to an obsolete thread.
聚焦新话题与固守过时线索的对比。
Type 算子类型: mapper
Tags 标签: cpu, api
🔧 Parameter Configuration 参数配置
| name 参数名 | type 类型 | default 默认值 | desc 说明 |
|---|---|---|---|
api_model | str | 'qwen-turbo' | |
api_endpoint | Optional[str] | None | |
response_path | Optional[str] | None | |
history_key | str | 'dialog_history' | |
query_key | str | 'query' | |
response_key | str | 'response' | |
text_key | str | 'text' | |
max_round | NonNegativeInt | 8 | |
max_query_chars_for_prompt | NonNegativeInt | 6000 | |
max_response_chars_for_prompt | NonNegativeInt | 8000 | |
trajectory_text_max_chars | NonNegativeInt | 12000 | |
tool_types_key | str | 'agent_tool_types' | |
primary_tool_key | str | 'primary_tool_type' | |
try_num | PositiveInt | 2 | |
overwrite | bool | False | |
model_params | Optional[Dict] | None | |
sampling_params | Optional[Dict] | None | |
preferred_output_lang | str | 'en' | |
kwargs | `` |