Auto-Fill Responses Config
: We've added a new option to handle delayed responses from custom LLMs. Agents can now automatically say predefined phrases if a response takes longer than expected. Configure it like this:
{flow: {auto_fill_responses: {messages: ["Let me check", "Hold on"], response_gap_threshold: 1000}}}
Knowledge Base API
: You can now manage your agent's knowledge base via API! This includes the ability to upload files, add them to the agent, delete files, and more—giving you greater control and flexibility in managing your knowledge assets.