We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A potential inconsistency was identified in the handling of the chatbot parameter within the urlBuilders methods.
chatbot
urlBuilders
Details:
threadUrl
toSlug(chatbot)
userChatbotUrl
chatbot.toLowerCase()
This discrepancy could lead to URL mismatches. It is recommended to standardize the approach using toSlug for consistency.
toSlug
Refer to PR #316 and the comment: #316 (comment)
Requested by @AndlerRL.
The text was updated successfully, but these errors were encountered:
sheriffjimoh
No branches or pull requests
A potential inconsistency was identified in the handling of the
chatbot
parameter within theurlBuilders
methods.Details:
threadUrl
,chatbot
usestoSlug(chatbot)
userChatbotUrl
,chatbot
useschatbot.toLowerCase()
This discrepancy could lead to URL mismatches. It is recommended to standardize the approach using
toSlug
for consistency.Refer to PR #316 and the comment: #316 (comment)
Requested by @AndlerRL.
The text was updated successfully, but these errors were encountered: