diff --git a/astrbot/core/pipeline/process_stage/method/llm_request.py b/astrbot/core/pipeline/process_stage/method/llm_request.py index e3ef065e9..697150107 100644 --- a/astrbot/core/pipeline/process_stage/method/llm_request.py +++ b/astrbot/core/pipeline/process_stage/method/llm_request.py @@ -166,6 +166,7 @@ class LLMRequestSubStage(Stage): event=event, pipeline_ctx=self.ctx, ) + logger.debug(f"handle provider[id: {provider.provider_config['id']}] request: {req}") await tool_loop_agent.reset(req=req, streaming=self.streaming_response) async def requesting():