Open dtam opened 3 months ago
How does this fail currently?
sys:1: RuntimeWarning: coroutine 'AsyncGuard.validate' was never awaited
That makes sense, looks like we need overloads for Async in here: https://github.com/guardrails-ai/guardrails/blob/main/guardrails/integrations/langchain/guard_runnable.py Or probably a different AsyncGuardRunnable class
is this on the roadmap?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.
unstale! back on the roadmap
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.
Description currently can not use AsyncGuard with the langchain integration
Why is this needed [If you have a concrete use case, add details here.]
Implementation details That makes sense, looks like we need overloads for Async in here: https://github.com/guardrails-ai/guardrails/blob/main/guardrails/integrations/langchain/guard_runnable.py Or probably a different AsyncGuardRunnable class
End result should execute correctly