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
Prompt class should allow to pass asynchronous function as a parser. During parsing we should use asyncio.iscoroutine check to decide whether parser should be awaited or not.
Motivation
In some cases user may want to perform asynchronous call while parsing LLM response.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature description
Prompt
class should allow to pass asynchronous function as a parser. During parsing we should use asyncio.iscoroutine check to decide whether parser should be awaited or not.Motivation
In some cases user may want to perform asynchronous call while parsing LLM response.
Additional context
No response
The text was updated successfully, but these errors were encountered: