We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d9139 commit fb0cfbdCopy full SHA for fb0cfbd
1 file changed
plugins/chat.py
@@ -355,7 +355,7 @@ async def hey(self, ctx: commands.Context):
355
full_text += item.text
356
if item.citations:
357
full_text += "".join(
358
- f" ({md_link(urlsplit(c.url).netloc, c.url)})d" for c in item.citations
+ f" ({md_link(urlsplit(c.url).netloc, c.url)})" for c in item.citations
359
)
360
elif item.type == "tool_use":
361
tool_calls.append(item)
0 commit comments