direct_vac_func.py
Source: sunholo/invoke/direct_vac_func.py
Functions
direct_vac(vac_input: dict, vac_name: str, chat_history=None)
This lets VACs call other VAC Q&A endpoints within their code
async_direct_vac(vac_input: dict, vac_name: str, chat_history=None)
Asynchronous version of direct_vac using send_to_qa_async. Allows VACs to call other VAC Q&A endpoints without blocking the event loop.
async_direct_vac_stream(vac_input: dict, vac_name: str, chat_history=None)
Asynchronous version of direct_vac_stream. Streams responses from VAC Q&A endpoints without blocking the event loop.
direct_vac_stream(vac_input: dict, vac_name: str, chat_history=None)
No docstring available.