I updated the model to use in a custom agent with a custom prompt. I’ve selected a specific LLM model for it, but when chatting with it, it stills trying to use the previous LLM model setting.
I tried to rebuild, waited a few days, and it stills the same. I double-checked that I’m using the same user created in the agent through the Discourse AI GUI.
How can I update user bots and/or agents via the console? Any help will be appreciated.
Falco
(Falco)
4 augustus 2026 om 16:18
2
Does it reflect on the Agents page like this?
Yes, it is, and the model shown when clicking the ‘info’ icon while chatting is different than the one displayed by the AI Agents GUI.
Falco
(Falco)
4 augustus 2026 om 16:56
4
The info icon will show the request to set the title of the PM by default, which can lead to confusion.
What about the request logs for the actual PM completion on the ai api audit logs? Or clicking on the “Previous” button on the info modal.
Haha yes, I can relate (!) Forget it, it was my own missunderstanding about how the displayed info really works.
Thanks for your time.
Falco
(Falco)
4 augustus 2026 om 20:20
6
I got tired of explaining this over and over both to colleagues as well as users, so here goes a fix
main ← fix-ai-debug-modal-post-log
merged 08:13PM - 04 Aug 26 UTC
Previously, the AI debug modal loaded the newest audit log in the topic up to th… e clicked post; since title generation runs after the first bot reply and logs without a `post_id`, debugging the first reply opened the titlebot request instead of the reply's own interaction, which confused users.
This change makes `show_debug_info` prefer the audit log belonging to the clicked post (falling back to the newest topic-scoped log only when the post has none), while topic-scoped logs such as title generation remain reachable via next/previous navigation.