conversations icon indicating copy to clipboard operation
conversations copied to clipboard

Allow ctx.api calls inside .external

Open KnightNiwrem opened this issue 1 year ago • 1 comments

Idea: Inside .external, skip the conversation's ctx.api transformer, effectively making it similar to bot.api calls that can be safely called inside .external.

KnightNiwrem avatar Jun 23 '24 06:06 KnightNiwrem

external can be called concurrently with regular API methods. How will you determine which API calls are executed from within external and which ones are executed concurrently from outside of it?

KnorpelSenf avatar Jun 23 '24 10:06 KnorpelSenf