mirror of https://github.com/Mai-with-u/MaiBot.git
fix: Ruff
parent
2337d79fb3
commit
e0f01b159e
|
|
@ -78,7 +78,7 @@ class HeartFCGenerator:
|
||||||
) -> str:
|
) -> str:
|
||||||
info_catcher = info_catcher_manager.get_info_catcher(thinking_id)
|
info_catcher = info_catcher_manager.get_info_catcher(thinking_id)
|
||||||
|
|
||||||
with Timer() as t_build_prompt:
|
with Timer() as _build_prompt:
|
||||||
prompt = await prompt_builder.build_prompt(
|
prompt = await prompt_builder.build_prompt(
|
||||||
build_mode="focus",
|
build_mode="focus",
|
||||||
reason=reason,
|
reason=reason,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue