Dust Community Icon

API Documentation Feedback: Add 'blocking: true' Parameter for Follow-Ups

Β·
Β·

Hello ! I've been playing a bit with the API, and I just had a little feedback on the API documentation: when creating a new conversation (this endpoint), there is the blocking: true parameter that allows to wait for the answer of the assistant to receive it directly instead to having to fetch the answers of the conversation, which is great. But when posting a new message in an existing conversation (this endpoint), for a follow-up question for example, if we only follow the documentation, it seems not possible to do the same, the parameter is not listed in the documentation. BUT... I tested in Postman to perform the same call and adding the blocking: true param, and it works perfectly too. So maybe you could consider adding the param in the documentation so people don't get frustrated thinking they can't have the same behavior in the 2 usecases. πŸ˜‰ (for people not using events of course)

  • Avatar of David Ebbo
    David Ebbo
    Β·
    Β·

    You're right, this should be documented, just like when creating conversations.