This commit is contained in:
Slipstream 2025-04-28 22:34:07 -06:00
parent 6bb19c4bb2
commit 786b8c5e97
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -296,7 +296,7 @@ async def get_ai_response(cog: 'GurtCog', message: discord.Message, model_name:
chat_history=chat_history_factory, # Pass the factory function
prompt=prompt_template, # Pass the constructed prompt template
model_kwargs=model_kwargs,
verbose=True, # Enable for debugging agent steps
# verbose=True, # Enable for debugging agent steps
# handle_parsing_errors=True, # Let the agent try to recover from parsing errors
# max_iterations=10, # Limit tool execution loops
)