Can PromptQL automatically retry a failed action?
Can you help me better understand the context of a “failed” action, @ninagates?
When a user is engaged in a PromptQL thread and an error comes back when attempting to execute a function (either user-defined or as one of the primitives we pre-bake into the application), PromptQL will retry by incorporating that error messaging as context and modifying its approach.
However, if you mean in the more traditional sense of try/catch
, then you’ll definitely need to handle client errors such as those in your custom business logic.