Merge branch 'development' of https://github.com/Kanium/KaniumCogs into development

This commit is contained in:
AllfatherHatt 2025-03-16 12:57:21 +01:00
commit 866b94bb1e

View File

@ -223,7 +223,6 @@ class ReginaldCog(PermissionsMixin, BlacklistMixin, MemoryMixin, commands.Cog):
messages.append({ messages.append({
'role': 'tool', 'role': 'tool',
'content': func_result, 'content': func_result,
'tool_calls': tool_calls,
'tool_call_id': tool_call_id, 'tool_call_id': tool_call_id,
}) })
# Second completion required if functions has been called to interpret the result into user-friendly # Second completion required if functions has been called to interpret the result into user-friendly