v1.8.1 #898
ldyrmishiritech
announced in
Announcements
v1.8.1
#898
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.8.1
This release focuses on LLM reliability with configurable provider fallback chains, a first-class Salesforce integration (case node, knowledge sync, and connection type), major workflow-builder productivity upgrades, and improvements to Human-In-The-Loop conversations, knowledge ingestion, and the chat UI.
LLM Reliability & Fallback
409 Conflict).Salesforce Integration
Workflow Builder Enhancements
Human In The Loop
Knowledge Base & Content
Chat UI & Plugins
System & Configuration
DB_STATEMENT_TIMEOUTsetting with enforcement in the multi-tenant session.support_ticket_tasksin the Celery task set.New Endpoints
Fallback Chains (
/fallback-chains)GET/fallback-chainsGET /fallback-chainsGET/fallback-chains/minimalGET /fallback-chains/minimal(returnsid,name,is_active)GET/fallback-chains/{chain_id}chain_id(path, UUID)GET /fallback-chains/3fa85f64-…POST/fallback-chainsname(str, required),provider_ids(list[str], required — ordered, index 0 = highest priority),description(str, optional),retry_policy(object, optional:retry_countint 0–10,backoff_secondsfloat 0–30,timeout_secondsfloat 0–600,provider_timeoutsdict[str,float]),is_active(int, default 1)POST /fallback-chainsPATCH/fallback-chains/{chain_id}chain_id(path, UUID); Body: any ofname,description,provider_ids,retry_policy,is_active(all optional)PATCH /fallback-chains/3fa85f64-…DELETE/fallback-chains/{chain_id}chain_id(path, UUID)DELETE /fallback-chains/3fa85f64-…App Settings (
/app-settings)POST/app-settings/test-connectiontype(enum:Zendesk,WhatsApp,Gmail,Microsoft,Slack,Jira,Salesforce,FileManagerSettings,Security,Other, required),values(object, required — credential fields to test)POST /app-settings/test-connectionUpdated Endpoints
POST/genagent/agents/configsAgentCreatebody now acceptsgreet_on_start(bool, defaultfalse— greet the visitor on conversation open) andgreeting_prompt(str, optional — extra instructions appended to the greeting)PUT/genagent/agents/configs/{agent_id}AgentUpdatebody now acceptsgreet_on_start(bool, optional) andgreeting_prompt(str, optional)POST/app-settingsAppSettingsCreate.typeenum gains new valueSalesforcePATCH/app-settings/{setting_id}AppSettingsUpdate.typeenum gains new valueSalesforcePOST/genagent/knowledge/itemsKBCreate.typeenum gains new valuesalesforcePUT/genagent/knowledge/items/{item_id}KBBase.typeenum gains new valuesalesforceFull Changelog: v1.8.0...v1.8.1
This discussion was created from the release v1.8.1.
Beta Was this translation helpful? Give feedback.
All reactions