You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ran into a use case where it'd be useful if I could await a promise inside experimental_prepareRequestBody. I looked at callChatApi and it seems that all of that is already inside async functions which would make it somewhat easy to allow to return promises as well.
Use Cases
I would like to be able to await promises inside experimental_prepareRequestBody.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
I have ran into a use case where it'd be useful if I could await a promise inside
experimental_prepareRequestBody
. I looked atcallChatApi
and it seems that all of that is already inside async functions which would make it somewhat easy to allow to return promises as well.Use Cases
I would like to be able to await promises inside
experimental_prepareRequestBody
.Additional context
No response
The text was updated successfully, but these errors were encountered: