better:修改emoji描述
This commit is contained in:
@@ -24,9 +24,7 @@ class EmojiAction(BaseAction):
|
||||
"description": "文字描述你想要发送的表情包内容",
|
||||
}
|
||||
action_require: list[str] = [
|
||||
"你想要发送一个表情",
|
||||
"表达情绪时可以选择使用",
|
||||
"一般在你回复之后可以选择性使用",
|
||||
"重点:不要连续发,不要发太多[表情包]"]
|
||||
|
||||
associated_types: list[str] = ["emoji"]
|
||||
|
||||
@@ -184,8 +184,6 @@ class ActionPlanner(BasePlanner):
|
||||
try:
|
||||
prompt = f"{prompt}"
|
||||
llm_content, (reasoning_content, _) = await self.planner_llm.generate_response_async(prompt=prompt)
|
||||
|
||||
logger.debug(f"{self.log_prefix}LLM 原始理由响应: {reasoning_content}")
|
||||
|
||||
logger.info(f"{self.log_prefix}规划器原始提示词: {prompt}")
|
||||
logger.info(f"{self.log_prefix}规划器原始响应: {llm_content}")
|
||||
|
||||
Reference in New Issue
Block a user