Skip to content

Commit f5bbab1

Browse files
authored
Bump APP_VERSION from v2.2.0 to v2.2.1 (#3268)
The default setting for client-side self-validation is "False".
1 parent 09cc600 commit f5bbab1

6 files changed

Lines changed: 2 additions & 2 deletions

backend/consts/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def _parse_otlp_headers(headers_str: str) -> dict:
486486

487487

488488
# APP Version
489-
APP_VERSION = "v2.2.0"
489+
APP_VERSION = "v2.2.1"
490490

491491

492492
# Skill Creation Streaming Configuration

docker/sql/v2.2.0_0601_add_preserve_source_file_to_knowledge_record_t.sql renamed to docker/sql/v2.2.1_0601_add_preserve_source_file_to_knowledge_record_t.sql

File renamed without changes.

docker/sql/v2.2.0_0603_add_greeting_fields_to_ag_tenant_agent_t.sql renamed to docker/sql/v2.2.1_0603_add_greeting_fields_to_ag_tenant_agent_t.sql

File renamed without changes.
File renamed without changes.

docker/sql/v2.2.0_0609_add_selected_agent_version_no_to_agent_relation_t.sql renamed to docker/sql/v2.2.1_0609_add_selected_agent_version_no_to_agent_relation_t.sql

File renamed without changes.

frontend/app/[locale]/agents/components/agentInfo/AgentGenerateDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default function AgentGenerateDetail({}) {
171171
constraintPrompt: editedAgent.constraint_prompt || "",
172172
fewShotsPrompt: editedAgent.few_shots_prompt || "",
173173
provideRunSummary: editedAgent.provide_run_summary || false,
174-
verificationEnabled: editedAgent.verification_config?.enabled ?? true,
174+
verificationEnabled: editedAgent.verification_config?.enabled ?? false,
175175
businessDescription: editedAgent.business_description || "",
176176
businessLogicModelName:editedAgent.business_logic_model_name,
177177
businessLogicModelId: editedAgent.business_logic_model_id,

0 commit comments

Comments
 (0)