Repository Analysis

dataelement/bisheng

BISHENG is an open LLM devops platform for next generation Enterprise AI applications. Powerful and comprehensive features include: GenAI workflow, RAG, Agent, Unified model management, Evaluation, SFT, Dataset Management, Enterprise-level System Management, Observability and more.

20.5 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dataelement/bisheng, a Python project with 11,812 GitHub stars. SynthScan v2.0 examined 735,096 lines of code across 4286 source files, recording 9768 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 20.5 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

20.5
Adjusted Score
20.5
Raw Score
100%
Time Factor
2026-07-31
Last Push
11.8K
Stars
Python
Language
735.1K
Lines of Code
4.3K
Files
9.8K
Pattern Hits
2026-08-02
Scan Date
0.04
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 189MEDIUM 1658LOW 7921

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 9768 distinct pattern matches across 23 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators1495 hits · 5394 pts
SeverityFileLineSnippetContext
MEDIUMdocker/deploy.sh2# =============================================================COMMENT
MEDIUMdocker/deploy.sh5# =============================================================COMMENT
MEDIUMdocker/deploy.sh20# ─── 颜色输出 ────────────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh29# ─── 帮助 ────────────────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh66# ─── service 别名解析 ─────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh82# ─── 查看日志 ─────────────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh121# ─── 修改版本号 ───────────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh148# ─── 进入容器 ─────────────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh167# ─── 更新镜像并重启 ───────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh189# ─── 重启容器 ─────────────────────────────────────────────────COMMENT
MEDIUMdocker/deploy.sh208# ─── 入口 ────────────────────────────────────────────────────COMMENT
MEDIUM.claude/skills/e2e-test/references/test-template.md35 # ──────── Fixtures ────────COMMENT
MEDIUM.claude/skills/e2e-test/references/test-template.md77 # ──────── Happy Path Tests ────────COMMENT
MEDIUM.claude/skills/e2e-test/references/test-template.md114 # ──────── Error Path Tests ────────COMMENT
MEDIUM.claude/skills/e2e-test/references/test-template.md137 # ──────── Permission Tests ────────COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1483# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1485# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1489# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1491# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1499# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1501# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1509# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1511# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1522# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1524# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1535# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1537# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1550# ============================================COMMENT
MEDIUMdocs/blog/企业权限体系设计的前世今生.md1552# ============================================COMMENT
MEDIUMscripts/arch-guard.sh23# ── RULE-1:common/core 不导入 domain/api ──────────────────────────COMMENT
MEDIUMscripts/arch-guard.sh36# ── RULE-2:database/models 不导入 domain ──────────────────────────COMMENT
MEDIUMscripts/arch-guard.sh46# ── RULE-3:Endpoint 不直接导入 database/models ────────────────────COMMENT
MEDIUMscripts/arch-guard.sh57# ── RULE-4:domain.models 不导入 domain.services ───────────────────COMMENT
MEDIUMscripts/arch-guard.sh67# ── RULE-5:API 层不跨模块互相导入 ─────────────────────────────────COMMENT
MEDIUMscripts/arch-guard.sh83# ── RULE-6:前端 store 不直接调 HTTP ───────────────────────────────COMMENT
MEDIUMscripts/arch-guard.sh93# ── RULE-7:硬编码敏感信息检测 ─────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/test/approvalPage.test.tsx6// ── mocks ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/test/approvalPage.test.tsx57// ── fixtures ──────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/test/approvalPage.test.tsx131// ── tests ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/department.ts17// ── Lazy tree (F038) ───────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/department.ts56// ── CRUD ───────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/department.ts89// ── Mount as Child Tenant ──────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/department.ts116// ── Move ───────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/department.ts127// ── Members ────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/department.ts277// ── Admins ─────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/tenant.ts11// ── Admin CRUD ──────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/tenant.ts48// ── Quota ────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/tenant.ts63// ── Tenant Admins ────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/tenant.ts87// ── Tenant Users ─────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/controllers/API/tenant.ts120// ── User-facing ──────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx46// ─── helpers ────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx124// ─── Condition field / value metadata ────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx215// ─── Add/Edit dialogs ────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx913// ─── Approval progress timeline (for exception detail) ───────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx1114// ─── Main page ───────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx1119 // ── data ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx1142 // ── selection ─────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx1147 // ── dialog states ─────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx1172 // ── exception state ───────────────────────────────────────────────────────COMMENT
MEDIUMsrc/frontend/platform/src/pages/ApprovalPage/index.tsx1184 // ── computed ──────────────────────────────────────────────────────────────COMMENT
1435 more matches not shown…
Hyper-Verbose Identifiers4807 hits · 5043 pts
SeverityFileLineSnippetContext
LOWtools/scan_errcode_i18n.py29def locale_error_numeric_keys(bs_path: Path) -> set[int]:CODE
LOWtools/extract_errcodes_ast.py72def duplicate_code_definitions() -> dict[int, list[str]]:CODE
LOWfeatures/v2.5.1/014-sso-org-realtime-sync/tasks.md359 async def assert_parent_chain_exists(cls, external_ids: Iterable[str]) -> dict[str, Department]:STRING
LOWfeatures/v2.5.1/020-llm-tenant-isolation/tasks.md215 async def ainsert_server_with_models(cls, server, models, *, share_to_children: bool = True, operator=None):CODE
LOWfeatures/v2.5.1/020-llm-tenant-isolation/tasks.md300 async def aget_shared_server_ids_for_leaf(cls, leaf_id: int) -> list[int]:CODE
LOWfeatures/v2.5.1/020-llm-tenant-isolation/spec.md127 async def ainsert_server_with_models(cls, server: LLMServer, models: list[LLMModel]):CODE
LOWfeatures/v2.5.1/020-llm-tenant-isolation/spec.md184 async def aupdate_server_with_models(cls, server_id: int, data: dict, operator: UserPayload):CODE
LOWfeatures/v2.5.1/012-tenant-resolver/tasks.md306 async def _rewrite_fga_member_tuples(cls, user_id, old_tenant_id, new_tenant_id):CODE
LOWfeatures/v2.5.1/012-tenant-resolver/tasks.md466 def reconcile_user_tenant_assignments():CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md621 def reconcile_all_organizations():CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md852 def report_ts_conflicts_weekly():CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md863 def report_ts_conflicts_daily_escalation():CODE
LOWfeatures/v2.5.1/017-tenant-shared-storage/tasks.md452 async def _list_root_shared_resources(self) -> list[dict]:CODE
LOWfeatures/v2.5.1/017-tenant-shared-storage/tasks.md810 def _translate_to_root_prefix(self, name: str) -> str:STRING
LOWfeatures/v2.5.1/017-tenant-shared-storage/tasks.md832 async def similarity_search_with_fallback(query, knowledge_ids, top_k=5, **kw):STRING
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md228 async def test_count_usage_strict_excludes_sibling_tenants(db_session, factories):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md239 async def test_aggregate_root_usage_sums_self_plus_active_children(db_session, factories):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md252 async def test_aggregate_root_usage_no_children(db_session, factories):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md379 async def test_check_quota_leaf_exceeded(factories, login_user_child):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md390 async def test_check_quota_root_hardcap_blocks_child(factories, login_user_child):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md415 async def test_check_quota_admin_bypass(factories, login_user_admin):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md564 async def test_root_hardcap_less_than_child_triggers_first():CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md567 async def test_shared_resource_counts_only_root():CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md573 async def test_root_saturated_blocks_all_children():CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md576 async def test_strict_filter_no_inlist_leak():CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md582 async def test_model_tokens_monthly_table_missing_returns_zero():CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md586 async def test_quota_tree_returns_root_and_active_children(client, factories, admin_cookie):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md598 async def test_quota_tree_forbidden_for_non_super_admin(client, child_admin_cookie):CODE
LOWfeatures/v2.5.1/016-tenant-quota-hierarchy/tasks.md603 async def test_put_quota_accepts_storage_gb_key(client, factories, admin_cookie):CODE
LOWfeatures/v2.5.1/019-admin-tenant-scope/tasks.md214 async def clear_on_token_version_bump(cls, user_id: int) -> None:CODE
LOWfeatures/v2.5.1/019-admin-tenant-scope/spec.md171 async def clear_on_token_version_bump(cls, user_id: int):CODE
LOWfeatures/v2.5.1/011-tenant-tree-model/tasks.md529 - **全局超管列表获取**:新增 helper `async def _list_global_super_admins() -> list[int]`,内部调 `FGAClient.list_users(system:global,STRING
LOWfeatures/v2.5.0/006-permission-migration/spec.md426async def _migrate_rbac_to_rebac_if_needed():CODE
LOW…6.0/031-channel-source-subscription-reconcile/tasks.md45 **逻辑**: 新增 `async def find_all_referenced_source_ids(self) -> set[str]`:读取当前租户所有 `channel.source_list` 列,在 Python 内展开求CODE
LOW…6.0/031-channel-source-subscription-reconcile/tasks.md93 **逻辑**: 新增 `async def reconcile_information_subscriptions(self) -> dict`(运行在调用方注入的某租户上下文内):CODE
LOW…/skills/react-component-refactor/resources/EXAMPLES.md168export function validateCreateChannelForm(CODE
LOWdocs/architecture/10-permission-rbac.md514async def _require_write_permission(self, space_id: int) -> UserRoleEnum:CODE
LOWdocs/PRD/2.6 RAG 检索上下文优化 PRD/2.6 RAG 检索上下文格式优化 PRD.md114def render_documents_to_llm_context(documents: List[Document]) -> str:CODE
LOWsrc/frontend/platform/src/contexts/alertContext.tsx130 function removeFromNotificationList(index: string) {CODE
LOWsrc/frontend/platform/src/util/reactflowUtils.ts881export function connectedInputNodesOnHandle(CODE
LOWsrc/frontend/platform/src/util/reactflowUtils.ts1126export function updateComponentNameAndType(CODE
LOWsrc/frontend/platform/src/util/reactflowUtils.ts1131export function removeFileNameFromComponents(flow: FlowType) {CODE
LOWsrc/frontend/platform/src/util/flowUtils.ts480export function updateVariableNameByCondition(paramItem, questions) {CODE
LOWsrc/frontend/platform/src/utils/userDisplayName.ts24export function buildMemberDisplayNameMap(CODE
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx139 async function enforceMinimumLoadingTime(CODE
LOW…/components/bs-comp/knowledgeUploadComponent/index.tsx14function getKnowledgeUploadSizeLimitMB(file: File, appConfig: { uploadFileMaxSize?: number; uploadMediaMaxSize?: number CODE
LOW…s-comp/chatComponent/CitationDocumentPreviewDrawer.tsx168function useResolvedCitationDetail(preview: CitationDocumentPreviewState | null) {CODE
LOW…s-comp/chatComponent/CitationDocumentPreviewDrawer.tsx220export function CitationDocumentPreviewContent({CODE
LOW…s-comp/chatComponent/CitationDocumentPreviewDrawer.tsx260export default function CitationDocumentPreviewDrawer({CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts124export function transformPrivateCitations(content: string) {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts251export function getCitationDocumentFileType(detail?: ChatCitation | null) {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts257export function getCitationDocumentPreviewUrl(detail?: ChatCitation | null) {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts262export function getCitationDocumentDownloadUrl(detail?: ChatCitation | null) {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts267export function isRagCitationMissingPreviewUrl(detail?: ChatCitation | null) {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts348export function parseLegacyWebCitationContent(content: string) {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts381function extractRagParagraphContent(value?: string | null) {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts419export function buildCitationDocumentPreview(detail: ChatCitation | null, data: Partial<CitationDisplayData>): CitationPCODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts467function buildFallbackCitationData(citation: ChatCitation, label: number): CitationDisplayData | null {CODE
LOW…/src/components/bs-comp/chatComponent/citationUtils.ts486export function buildCitationReferenceItems({CODE
LOW…omponents/bs-comp/chatComponent/CitationSourceIcon.tsx87export function buildCitationSourceIconData({CODE
4747 more matches not shown…
Excessive Try-Catch Wrapping1038 hits · 1047 pts
SeverityFileLineSnippetContext
LOWfeatures/v2.5.1/018-resource-owner-transfer/tasks.md227 except Exception as exc:CODE
LOWfeatures/v2.5.1/013-tenant-fga-tree/tasks.md277 except Exception as e: # noqa: BLE001 — gray period toleranceCODE
LOWfeatures/v2.5.1/013-tenant-fga-tree/tasks.md546 except Exception as e: # noqa: BLE001CODE
LOWfeatures/v2.5.1/014-sso-org-realtime-sync/tasks.md612 except Exception as e:CODE
LOWfeatures/v2.5.1/014-sso-org-realtime-sync/tasks.md634 except Exception as e:CODE
LOWfeatures/v2.5.1/012-tenant-resolver/tasks.md486 except Exception as e:CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md428 except Exception as e:CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md466 except Exception:CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md646 except Exception:CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md857 except Exception:CODE
LOWfeatures/v2.5.1/015-ldap-reconcile-celery/tasks.md868 except Exception:CODE
LOW…ures/v2.5.1/019-admin-tenant-scope/role-revoke-hook.md37 except Exception as exc: # noqa: BLE001CODE
LOWfeatures/v2.5.0/008-resource-rebac-adaptation/tasks.md139 except Exception as e:CODE
LOWfeatures/v2.5.0/003-user-group/tasks.md138 except Exception:CODE
LOWfeatures/v2.5.0/003-user-group/spec.md208 except Exception:CODE
LOWfeatures/v2.6.0/027-rebac-list-perf-optim/spec.md239 except Exception as exc:CODE
LOWscripts/gen_conversation_export_template.py193 except Exception: # pragma: no cover - style add failure is non-criticalCODE
LOWscripts/gen_conversation_export_template.py213 except Exception:CODE
LOWscripts/gen_conversation_export_template.py220 except Exception:CODE
LOWsrc/backend/AGENTS.md47except Exception:CODE
LOWsrc/backend/AGENTS.md53except Exception:CODE
LOWsrc/backend/CLAUDE.md47except Exception:CODE
LOWsrc/backend/CLAUDE.md53except Exception:CODE
LOW…backend/bisheng_langchain/embeddings/host_embedding.py76 except Exception:CODE
LOW…backend/bisheng_langchain/embeddings/host_embedding.py121 except Exception as e:CODE
LOW…backend/bisheng_langchain/embeddings/host_embedding.py175 except Exception:CODE
LOW…ckend/bisheng_langchain/embeddings/interface/wenxin.py69 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/linsight/utils.py115 except Exception:CODE
LOW…c/backend/bisheng_langchain/gpts/auto_tool_selected.py51 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/gpts/auto_optimization.py85 except Exception as e:CODE
LOW…/backend/bisheng_langchain/gpts/tools/message/email.py85 except Exception as e:CODE
LOW…_langchain/gpts/tools/code_interpreter/e2b_executor.py69 except Exception:CODE
LOW…_langchain/gpts/tools/code_interpreter/e2b_executor.py325except Exception as e:CODE
LOW…/bisheng_langchain/gpts/tools/code_interpreter/tool.py43 except Exception:CODE
LOW…/bisheng_langchain/gpts/agent_types/llm_react_agent.py107 except Exception as e:CODE
LOW…/bisheng_langchain/gpts/agent_types/llm_react_agent.py127 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py164 except Exception:CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py231 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py291 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py308 except Exception:CODE
LOW…end/bisheng_langchain/chat_models/interface/minimax.py107 except Exception as e:CODE
LOW…kend/bisheng_langchain/chat_models/interface/xunfei.py228 except Exception as e:CODE
LOW…kend/bisheng_langchain/chat_models/interface/openai.py55 except Exception as e:CODE
LOW…kend/bisheng_langchain/chat_models/interface/wenxin.py103 except Exception as e:CODE
LOW…end/bisheng_langchain/chat_models/interface/zhipuai.py68 except Exception as e:CODE
LOW…d/bisheng_langchain/agents/llm_functions_agent/base.py54 except Exception:CODE
LOW…gchain/agents/chatglm_functions_agent/output_parser.py45 except Exception as e:CODE
LOW…gchain/agents/chatglm_functions_agent/output_parser.py73 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/utils/openapi.py8 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py15 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py39 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/input_output/output.py141 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/input_output/output.py146 except Exception as e2:CODE
LOWsrc/backend/bisheng_langchain/rag/bisheng_rag_tool.py197 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/rag/bisheng_rag_tool.py249 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/rag/api/fastgpt_rag.py176 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/rag/api/fastgpt_rag.py318 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/rag/api/dify_rag.py157 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/rag/api/dify_rag.py246 except Exception as e:CODE
LOWsrc/backend/bisheng_langchain/vectorstores/milvus.py222 except Exception as e:CODE
978 more matches not shown…
Unused Imports984 hits · 938 pts
SeverityFileLineSnippetContext
LOWtools/scan_errcode_i18n.py7CODE
LOWtools/apply_missing_errcode_i18n.py8CODE
LOWtools/extract_errcodes_ast.py2CODE
LOWscripts/gen_conversation_export_template.py20CODE
LOWsrc/backend/bisheng_langchain/text_splitter.py3CODE
LOWsrc/backend/bisheng_langchain/retrievers/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/retrievers/__init__.py2CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py3CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py4CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py5CODE
LOWsrc/backend/bisheng_langchain/embeddings/wenxin.py1CODE
LOW…backend/bisheng_langchain/embeddings/huggingfacegte.py3CODE
LOW…backend/bisheng_langchain/embeddings/huggingfacegte.py5CODE
LOW…isheng_langchain/embeddings/huggingfacemultilingual.py3CODE
LOW…isheng_langchain/embeddings/huggingfacemultilingual.py5CODE
LOW…backend/bisheng_langchain/embeddings/host_embedding.py1CODE
LOW…end/bisheng_langchain/embeddings/interface/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/memory/__init__.py1CODE
LOW…ackend/bisheng_langchain/gpts/tools/calculator/tool.py1CODE
LOW…ackend/bisheng_langchain/gpts/tools/calculator/tool.py2CODE
LOW…ackend/bisheng_langchain/gpts/tools/calculator/tool.py4CODE
LOW…ackend/bisheng_langchain/gpts/tools/calculator/tool.py7CODE
LOW…backend/bisheng_langchain/gpts/tools/message/wechat.py6CODE
LOW…/backend/bisheng_langchain/gpts/tools/message/email.py8CODE
LOW…backend/bisheng_langchain/gpts/tools/message/feishu.py1CODE
LOW…backend/bisheng_langchain/gpts/tools/message/feishu.py7CODE
LOW…ckend/bisheng_langchain/gpts/tools/message/dingding.py1CODE
LOW…ckend/bisheng_langchain/gpts/tools/message/dingding.py1CODE
LOW…ckend/bisheng_langchain/gpts/tools/message/dingding.py6CODE
LOW…d/bisheng_langchain/gpts/tools/api_tools/tianyancha.py2CODE
LOW…d/bisheng_langchain/gpts/tools/api_tools/tianyancha.py4CODE
LOW…backend/bisheng_langchain/gpts/tools/api_tools/jina.py6CODE
LOW…backend/bisheng_langchain/gpts/tools/api_tools/sina.py3CODE
LOW…backend/bisheng_langchain/gpts/tools/api_tools/base.py1CODE
LOW…/bisheng_langchain/gpts/tools/code_interpreter/tool.py6CODE
LOW…/bisheng_langchain/gpts/tools/code_interpreter/tool.py10CODE
LOW…/bisheng_langchain/gpts/tools/code_interpreter/tool.py11CODE
LOW…backend/bisheng_langchain/gpts/agent_types/__init__.py1CODE
LOW…backend/bisheng_langchain/gpts/agent_types/__init__.py1CODE
LOW…backend/bisheng_langchain/gpts/agent_types/__init__.py5CODE
LOW…heng_langchain/gpts/agent_types/llm_functions_agent.py1CODE
LOW…/bisheng_langchain/gpts/agent_types/llm_react_agent.py12CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py1CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py2CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py3CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py4CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py5CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py6CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py6CODE
LOW…eng_langchain/gpts/prompts/breif_description_prompt.py1CODE
LOW…bisheng_langchain/gpts/prompts/assistant_prompt_opt.py1CODE
LOW…d/bisheng_langchain/gpts/prompts/react_agent_prompt.py8CODE
LOW…isheng_langchain/gpts/prompts/opening_dialog_prompt.py1CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py1CODE
924 more matches not shown…
Cross-File Repetition110 hits · 550 pts
SeverityFileLineSnippetContext
HIGHsrc/backend/bisheng_langchain/embeddings/wenxin.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGH…backend/bisheng_langchain/embeddings/host_embedding.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/sensetime.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/host_llm.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/wenxin.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/qwen.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/proxy_llm.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/zhipuai.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/xunfeiai.py0holds any model parameters valid for `create` call not explicitly specified.STRING
HIGHsrc/backend/bisheng_langchain/embeddings/wenxin.py0validate that api key and python package exists in environment.STRING
HIGH…backend/bisheng_langchain/embeddings/host_embedding.py0validate that api key and python package exists in environment.STRING
HIGH…eng_langchain/gpts/tools/dalle_image_generator/tool.py0validate that api key and python package exists in environment.STRING
HIGH…d/bisheng_langchain/gpts/tools/api_tools/tianyancha.py0validate that api key and python package exists in environment.STRING
HIGH…backend/bisheng_langchain/gpts/tools/api_tools/base.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/sensetime.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/host_llm.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/wenxin.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/qwen.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/proxy_llm.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/zhipuai.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/xunfeiai.py0validate that api key and python package exists in environment.STRING
HIGH…bisheng_langchain/utils/azure_dalle_image_generator.py0validate that api key and python package exists in environment.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/sensetime.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/host_llm.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/wenxin.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/qwen.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/proxy_llm.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/zhipuai.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/xunfeiai.py0timeout for requests to openai completion api. default is 600 seconds.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/sensetime.py0number of chat completions to generate for each prompt.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0number of chat completions to generate for each prompt.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/host_llm.py0number of chat completions to generate for each prompt.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/wenxin.py0number of chat completions to generate for each prompt.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/proxy_llm.py0number of chat completions to generate for each prompt.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/zhipuai.py0number of chat completions to generate for each prompt.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/xunfeiai.py0number of chat completions to generate for each prompt.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/sensetime.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/host_llm.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/wenxin.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/qwen.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/proxy_llm.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/zhipuai.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/xunfeiai.py0the model name to pass to tiktoken when using this class. tiktoken is used to count the number of tokens in documents toSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/sensetime.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/host_llm.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/wenxin.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/qwen.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/proxy_llm.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/zhipuai.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/xunfeiai.py0get the parameters used to invoke the model for the callbacks.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0wrapper around proxy chat large language models. to use, the environment variable ``elemai_api_key`` set with your api kSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/wenxin.py0wrapper around proxy chat large language models. to use, the environment variable ``elemai_api_key`` set with your api kSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/xunfeiai.py0wrapper around proxy chat large language models. to use, the environment variable ``elemai_api_key`` set with your api kSTRING
HIGHsrc/backend/bisheng_langchain/chat_models/minimax.py0get the tokens present in the text with tiktoken package.STRING
HIGHsrc/backend/bisheng_langchain/chat_models/host_llm.py0get the tokens present in the text with tiktoken package.STRING
50 more matches not shown…
Deep Nesting403 hits · 360 pts
SeverityFileLineSnippetContext
LOWtools/apply_missing_errcode_i18n.py262CODE
LOWtools/extract_errcodes_ast.py29CODE
LOWsrc/backend/bisheng_langchain/text_splitter.py18CODE
LOWsrc/backend/bisheng_langchain/text_splitter.py51CODE
LOWsrc/backend/bisheng_langchain/text_splitter.py159CODE
LOW…/backend/bisheng_langchain/retrievers/mix_es_vector.py25CODE
LOW…/backend/bisheng_langchain/retrievers/mix_es_vector.py70CODE
LOWsrc/backend/bisheng_langchain/gpts/load_tools.py164CODE
LOW…/bisheng_langchain/gpts/tools/local_file/local_file.py178CODE
LOW…/bisheng_langchain/gpts/tools/local_file/local_file.py497CODE
LOW…/bisheng_langchain/gpts/tools/local_file/local_file.py210CODE
LOW…kend/bisheng_langchain/gpts/tools/api_tools/openapi.py24CODE
LOW…kend/bisheng_langchain/gpts/tools/api_tools/openapi.py59CODE
LOW…kend/bisheng_langchain/gpts/tools/api_tools/openapi.py111CODE
LOW…kend/bisheng_langchain/gpts/tools/api_tools/openapi.py137CODE
LOW…backend/bisheng_langchain/gpts/tools/api_tools/sina.py86CODE
LOW…d/bisheng_langchain/gpts/tools/api_tools/macro_data.py430CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py64CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py84CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py105CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py236CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py313CODE
LOWsrc/backend/bisheng_langchain/chat_models/minimax.py53CODE
LOWsrc/backend/bisheng_langchain/chat_models/minimax.py72CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py53CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py73CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py273CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py322CODE
LOWsrc/backend/bisheng_langchain/chat_models/wenxin.py53CODE
LOWsrc/backend/bisheng_langchain/chat_models/wenxin.py72CODE
LOWsrc/backend/bisheng_langchain/chat_models/qwen.py54CODE
LOWsrc/backend/bisheng_langchain/chat_models/qwen.py86CODE
LOWsrc/backend/bisheng_langchain/chat_models/qwen.py225CODE
LOWsrc/backend/bisheng_langchain/chat_models/qwen.py290CODE
LOWsrc/backend/bisheng_langchain/chat_models/proxy_llm.py52CODE
LOWsrc/backend/bisheng_langchain/chat_models/proxy_llm.py71CODE
LOWsrc/backend/bisheng_langchain/chat_models/zhipuai.py50CODE
LOWsrc/backend/bisheng_langchain/chat_models/zhipuai.py69CODE
LOWsrc/backend/bisheng_langchain/chat_models/zhipuai.py90CODE
LOWsrc/backend/bisheng_langchain/chat_models/xunfeiai.py53CODE
LOWsrc/backend/bisheng_langchain/chat_models/xunfeiai.py73CODE
LOW…end/bisheng_langchain/chat_models/interface/minimax.py25CODE
LOW…sheng_langchain/agents/chatglm_functions_agent/base.py165CODE
LOWsrc/backend/bisheng_langchain/utils/openapi.py12CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py9CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py33CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py10CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py34CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py11CODE
LOWsrc/backend/bisheng_langchain/utils/wrap_function.py35CODE
LOWsrc/backend/bisheng_langchain/input_output/output.py83CODE
LOWsrc/backend/bisheng_langchain/input_output/output.py120CODE
LOWsrc/backend/bisheng_langchain/input_output/output.py169CODE
LOWsrc/backend/bisheng_langchain/input_output/output.py216CODE
LOWsrc/backend/bisheng_langchain/rag/api/dify_rag.py117CODE
LOW…ckend/bisheng_langchain/rag/rerank/rerank_benchmark.py80CODE
LOW…bisheng_langchain/rag/init_retrievers/mix_retriever.py62CODE
LOWsrc/backend/bisheng_langchain/vectorstores/milvus.py297CODE
LOWsrc/backend/bisheng_langchain/vectorstores/milvus.py448CODE
LOWsrc/backend/bisheng_langchain/vectorstores/retriever.py77CODE
343 more matches not shown…
Cross-Language Confusion49 hits · 286 pts
SeverityFileLineSnippetContext
HIGHsrc/backend/bisheng_langchain/rag/api/fastgpt_rag.py45 "parentId": null,STRING
HIGHsrc/backend/bisheng_langchain/rag/api/fastgpt_rag.py88 "parentId": null,STRING
HIGHsrc/backend/bisheng_langchain/rag/api/fastgpt_rag.py111 --form 'data="{\"datasetId\":\"6593e137231a2be9c5603ba7\",\"parentId\":null,\"trainingType\":\"chunk\",\"chunkSize\"STRING
HIGHsrc/backend/test/tenant/test_tenant_storage_listing.py91 ``{used || 0}/{quota}GB``)."""STRING
HIGHsrc/backend/test/linsight/_e2e_llm_resilience_runner.py17 cd src/backend && python test/linsight/_e2e_llm_resilience_runner.pySTRING
HIGHsrc/backend/test/linsight/_e2e_track_a_real_llm.py14 cd src/backend && config=config.yaml python test/linsight/_e2e_track_a_real_llm.pySTRING
HIGHsrc/backend/test/linsight/test_e2e_abc.py24 cd src/backend && export config=config.yamlSTRING
HIGHsrc/backend/test/linsight/_e2e_abc_runner.py14 cd src/backend && config=config.yaml python test/linsight/_e2e_abc_runner.pySTRING
HIGHsrc/backend/test/linsight/test_e2e_llm_resilience.py15 cd src/backend && uv run pytest test/linsight/test_e2e_llm_resilience.py -v -m e2eSTRING
HIGHsrc/backend/test/admin/test_admin_tenant_scope_api.py206 """AC-02 edge: no active scope → both fields null, HTTP 200."""STRING
HIGHsrc/backend/bisheng/admin/api/endpoints/tenant_scope.py81 Body: ``{tenant_id: int | null}``. Passing ``null`` clears the RedisSTRING
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1136INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '总QCODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1137INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '总应CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1138INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '总文CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1139INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '总用CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1140INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '总知CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1141INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '新增CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1142INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '新增CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1143INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '点赞CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1144INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (10, '点赞CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1151INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, 'ToCODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1152INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, 'ToCODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1153INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '不同CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1154INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '会话CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1155INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '会话CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1156INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '总QCODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1157INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '总应CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1158INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '总文CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1159INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '总文CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1160INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '总文CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1161INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '总用CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1162INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '新增CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1163INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '最大CODE
HIGH…ackend/bisheng/telemetry_search/domain/init_dataset.py1164INSERT INTO dashboard_component (dashboard_id, title, type, dataset_code, data_config, style_config, id) VALUES (11, '最大CODE
HIGHsrc/backend/bisheng/utils/linked_list.py106 elif index > (self.length() - 1):CODE
HIGHsrc/backend/bisheng/utils/linked_list.py172 print(double_link_list.length())CODE
HIGHsrc/backend/bisheng/utils/linked_list.py206 print(double_link_list.length())CODE
HIGH…/bisheng/channel/domain/services/article_es_service.py46if (source != null) {CODE
HIGH…/bisheng/channel/domain/services/article_es_service.py47 if (source.containsKey("title") && source["title"] != null) {CODE
HIGH…/bisheng/channel/domain/services/article_es_service.py50 if (source.containsKey("content") && source["content"] != null) {CODE
HIGH…/bisheng/channel/domain/services/article_es_service.py56 if (keyword == null) {CODE
HIGH…/bisheng/channel/domain/services/article_es_service.py59 String value = keyword.toString();CODE
HIGH…/bisheng/channel/domain/services/article_es_service.py60 if (value.length() == 0) {CODE
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py664 "() => window.MathJax && window.MathJax.typesetPromise", timeout=self.DEFAULT_TIMEOUTCODE
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py666 page.evaluate("() => window.MathJax && window.MathJax.typesetPromise()")CODE
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py47 logger.warning("Playwright Not available. Please install: pip install playwright && playwright install chromium")CODE
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py406 "Playwright Not installed. Please install: pip install playwright && playwright install chromium"CODE
HIGH…g/knowledge/domain/services/knowledge_space_service.py1932 # Default order: update_time desc (fall back to create_time / id when null).COMMENT
HIGHsrc/backend/bisheng/api/v1/mark_task.py246 if linked.length() == 1 and linked.head().data == chat_id:CODE
Self-Referential Comments68 hits · 236 pts
SeverityFileLineSnippetContext
MEDIUMsrc/backend/bisheng_langchain/retrievers/ensemble.py168 # Create a union of all unique documents in the input doc_listsCOMMENT
MEDIUMsrc/backend/bisheng_langchain/gpts/utils.py1# This module is used to import any langchain class by name.COMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py40 # Define the function that determines whether to continue or notCOMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py56 # Define the function to execute toolsCOMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py67 # Define the two nodes we will cycle betweenCOMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py138 # Define the function that determines whether to continue or notCOMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py148 # Define the function to execute toolsCOMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py155 # Define the two nodes we will cycle betweenCOMMENT
MEDIUM…/bisheng_langchain/gpts/agent_types/llm_react_agent.py92 # Define the function to execute toolsCOMMENT
MEDIUM…/bisheng_langchain/gpts/agent_types/llm_react_agent.py134 # Define a new graphCOMMENT
MEDIUM…/bisheng_langchain/gpts/agent_types/llm_react_agent.py137 # Define the two nodes we will cycle betweenCOMMENT
MEDIUMsrc/backend/bisheng_langchain/rag/utils.py1# This module is used to import any langchain class by name.COMMENT
MEDIUMsrc/backend/bisheng_langchain/vectorstores/milvus.py336 # Create the text fieldCOMMENT
MEDIUMsrc/backend/bisheng_langchain/vectorstores/milvus.py338 # Create the primary key fieldCOMMENT
MEDIUMsrc/backend/bisheng_langchain/vectorstores/milvus.py341 # Create the vector field, supports binary or float vectorsCOMMENT
MEDIUMsrc/backend/bisheng_langchain/vectorstores/milvus.py345 # Create the schema for the collectionCOMMENT
MEDIUMsrc/backend/bisheng_langchain/vectorstores/milvus.py350 # Create the collectionCOMMENT
MEDIUMsrc/backend/bisheng_langchain/vectorstores/milvus.py206 # Create the connection to the serverCOMMENT
MEDIUMsrc/backend/test/tenant/test_tenant_auth.py79 # Create a token without tenant_id (simulating pre-v2.5 token)COMMENT
MEDIUM…ledge/test_list_space_children_excludes_non_primary.py144 # Create a document with two versions: V1=non-primary, V2=primaryCOMMENT
MEDIUMsrc/backend/test/_legacy/test_api.py119 # Create the directory if it doesn't existCOMMENT
MEDIUMsrc/backend/test/e2e/test_e2e_org_sync.py232 # Create a config to deleteCOMMENT
MEDIUMsrc/backend/test/e2e/test_e2e_department_tree.py320 # Create a child firstCOMMENT
MEDIUMsrc/backend/test/e2e/test_e2e_department_tree.py342 # Create a deptCOMMENT
MEDIUMsrc/backend/test/e2e/test_e2e_tenant_management_ui.py320 # Create a test userCOMMENT
MEDIUMsrc/backend/test/e2e/test_e2e_tenant_management_ui.py406 # Create a tenant with admin userCOMMENT
MEDIUMsrc/backend/test/e2e/test_e2e_role_menu_quota.py221 # Create a role firstCOMMENT
MEDIUMsrc/backend/test/e2e/test_e2e_role_menu_quota.py292 # Create a test roleCOMMENT
MEDIUMsrc/backend/scripts/base_telemetry_events_reindex.py4 "mappings": { # Defining the indexed MappingCODE
MEDIUMsrc/backend/bisheng/database/models/flow.py158 # Create a default versionCOMMENT
MEDIUMsrc/backend/bisheng/database/models/audit_log.py54 CREATE_ROLE = "create_role" # Create a RoleCODE
MEDIUMsrc/backend/bisheng/core/cache/utils.py39 # Create the destination folder if it doesn't existCOMMENT
MEDIUMsrc/backend/bisheng/core/cache/utils.py52 # Create the destination folder if it doesn't existCOMMENT
MEDIUMsrc/backend/bisheng/core/cache/utils.py159 # Create the full file pathCOMMENT
MEDIUMsrc/backend/bisheng/core/cache/utils.py222 # Create the folder if it doesn't existCOMMENT
MEDIUMsrc/backend/bisheng/core/cache/utils.py254 # Create the folder if it doesn't existCOMMENT
MEDIUMsrc/backend/bisheng/core/cache/utils.py317 # Create the folder if it doesn't existCOMMENT
MEDIUMsrc/backend/bisheng/core/storage/minio/minio_storage.py478 # This method is intended for streaming downloads, returning the raw response object for the caller to handle thCOMMENT
MEDIUMsrc/backend/bisheng/core/ai/rerank/rrf_rerank.py58 # Create a union of all unique documents in the input doc_listsCOMMENT
MEDIUMsrc/backend/bisheng/linsight/api/endpoints/linsight.py594# Creating an Idea Task Message Flow websocketCOMMENT
MEDIUM…end/bisheng/linsight/domain/services/workbench_impl.py1080 # Create a task dictionary for quick lookupsCOMMENT
MEDIUM…end/bisheng/message/domain/services/message_service.py501 # Create the message with action_code stored on model for reliable routingCOMMENT
MEDIUMsrc/backend/bisheng/utils/docx_temp.py454 # Create a new paragraph for the subsequent text and update itcurrent_paragraphCOMMENT
MEDIUMsrc/backend/bisheng/utils/docx_temp.py484 # Create a new paragraph for the subsequent textCOMMENT
MEDIUMsrc/backend/bisheng/utils/docx_temp.py510 # Create a new paragraph elementCOMMENT
MEDIUMsrc/backend/bisheng/utils/docx_temp.py1252 # Create a new paragraphCOMMENT
MEDIUMsrc/backend/bisheng/utils/docx_temp.py293 paragraphs_to_process = list(doc.paragraphs) # Create a copy as we may modify the paragraph structureCODE
MEDIUMsrc/backend/bisheng/utils/async_utils.py181 # Creating the task inside ctx.run() propagates all ContextVarsCOMMENT
MEDIUMsrc/backend/bisheng/utils/threadpool.py120# Create a thread pool managerCOMMENT
MEDIUMsrc/backend/bisheng/utils/linked_list.py110 # Create a new sectionCOMMENT
MEDIUMsrc/backend/bisheng/utils/http_middleware.py1# Define a custom middleware classCOMMENT
MEDIUMsrc/backend/bisheng/utils/validate.py57 # Create an empty dictionary to serve as a separate namespaceCOMMENT
MEDIUM…/utils/markdown_cmpnt/md_to_docx/provider/docx_plus.py18 # Create the w:hyperlink tag and add needed valuesCOMMENT
MEDIUM…/utils/markdown_cmpnt/md_to_docx/provider/docx_plus.py21 # Create a w:r elementCOMMENT
MEDIUM…/utils/markdown_cmpnt/md_to_docx/provider/docx_plus.py23 # Create a new w:rPr elementCOMMENT
MEDIUM…bisheng/common/services/telemetry/telemetry_service.py30 "mappings": { # Defining the indexed MappingCODE
MEDIUM…bisheng/common/services/telemetry/telemetry_service.py107 # Create a semaphore to limit the number of concurrencyCOMMENT
MEDIUM…g/knowledge/domain/services/knowledge_space_service.py4482 # Create the folder explicitly so empty folders exist in tmp_dirCOMMENT
MEDIUM…ng/knowledge/domain/services/knowledge_file_service.py140 # Create a new dictionary to store updated metadataCOMMENT
MEDIUMsrc/backend/bisheng/api/v1/callback.py127 # Create a formatted message.COMMENT
8 more matches not shown…
Modern Structural Boilerplate191 hits · 192 pts
SeverityFileLineSnippetContext
LOWscripts/gen_conversation_export_template.py65def _set_cjk_font(run_or_style_element, font_name: str) -> None:CODE
LOWscripts/gen_conversation_export_template.py101def _set_doc_defaults(doc) -> None:CODE
LOWscripts/gen_conversation_export_template.py137def _set_page_size_a4(section) -> None:CODE
LOWsrc/backend/bisheng_langchain/text_splitter.py15logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/retrievers/__init__.py4__all__ = [CODE
LOWsrc/backend/bisheng_langchain/embeddings/__init__.py7__all__ = [CODE
LOWsrc/backend/bisheng_langchain/embeddings/wenxin.py15logger = logging.getLogger(__name__)CODE
LOW…backend/bisheng_langchain/embeddings/host_embedding.py13logger = logging.getLogger(__name__)CODE
LOW…end/bisheng_langchain/embeddings/interface/__init__.py3__all__ = ['WenxinEmbeddingClient']CODE
LOWsrc/backend/bisheng_langchain/memory/__init__.py3__all__ = ['ConversationRedisMemory']CODE
LOWsrc/backend/bisheng_langchain/gpts/assistant.py14logger = logging.getLogger(__name__)CODE
LOW…eng_langchain/gpts/tools/dalle_image_generator/tool.py13logger = logging.getLogger(__name__)CODE
LOW…bisheng_langchain/gpts/tools/bing_search/self_arxiv.py7logger = logging.getLogger(__name__)CODE
LOW…backend/bisheng_langchain/gpts/agent_types/__init__.py8__all__ = [CODE
LOWsrc/backend/bisheng_langchain/gpts/prompts/__init__.py9__all__ = [CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py25logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chat_models/minimax.py25logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chat_models/__init__.py9__all__ = [CODE
LOWsrc/backend/bisheng_langchain/chat_models/host_llm.py29logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chat_models/wenxin.py25logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chat_models/qwen.py26logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chat_models/proxy_llm.py24logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chat_models/zhipuai.py22logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chat_models/xunfeiai.py25logger = logging.getLogger(__name__)CODE
LOW…nd/bisheng_langchain/chat_models/interface/__init__.py7__all__ = [CODE
LOWsrc/backend/bisheng_langchain/agents/__init__.py4__all__ = ['ChatglmFunctionsAgent', 'LLMFunctionsAgent']CODE
LOW…gchain/agents/chatglm_functions_agent/output_parser.py15logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/input_output/__init__.py4__all__ = ['InputNode', 'InputFileNode', 'Report', 'VariableNode']CODE
LOWsrc/backend/bisheng_langchain/rag/__init__.py4__all__ = [CODE
LOWsrc/backend/bisheng_langchain/rag/prompts/__init__.py4__all__ = [CODE
LOWsrc/backend/bisheng_langchain/rag/rerank/__init__.py3__all__ = [CODE
LOWsrc/backend/bisheng_langchain/vectorstores/milvus.py15logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/vectorstores/__init__.py5__all__ = ['ElasticKeywordsSearch', 'VectorStoreFilterRetriever', 'Milvus']CODE
LOW…ackend/bisheng_langchain/document_loaders/custom_kv.py22logger = logging.getLogger(__name__)CODE
LOW…backend/bisheng_langchain/document_loaders/__init__.py6__all__ = [CODE
LOW…langchain/document_loaders/elem_unstrcutured_loader.py12logger = logging.getLogger(__name__)CODE
LOW…bisheng_langchain/document_loaders/parsers/__init__.py5__all__ = [CODE
LOWsrc/backend/bisheng_langchain/chains/__init__.py12__all__ = [CODE
LOWsrc/backend/bisheng_langchain/chains/transform.py11logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/chains/loader_output.py14logger = logging.getLogger(__name__)CODE
LOW…kend/bisheng_langchain/chains/qa_generation/base_v2.py41logger = logging.getLogger(__name__)CODE
LOW…backend/bisheng_langchain/chains/qa_generation/base.py19logger = logging.getLogger(__name__)CODE
LOWsrc/backend/bisheng_langchain/sql/__init__.py3__all__ = ['SQLDatabaseChain']CODE
LOW…/backend/test/tenant/test_tenant_users_query_source.py230async def _setup_two_tenant_world(session: AsyncSession) -> None:CODE
LOWsrc/backend/test/permission/test_retry_failed_tuples.py32 def update_succeeded(cls, item_id: int) -> None:CODE
LOWsrc/backend/test/permission/test_retry_failed_tuples.py36 def update_retry(cls, item_id: int, error: str) -> None:CODE
LOWsrc/backend/bisheng/workstation/api/dependencies.py11__all__ = ['LoginUserDep', 'AdminUserDep', 'ShareLink', 'ShareLinkDep', 'UserPayload']CODE
LOW…/backend/bisheng/workstation/domain/models/__init__.py3__all__ = ['TenantWorkstationConfig', 'TenantWorkstationConfigDao']CODE
LOW…backend/bisheng/workstation/domain/schemas/__init__.py4__all__ = [CODE
LOW…ackend/bisheng/workstation/domain/services/__init__.py3__all__ = ['WorkStationService']CODE
LOWsrc/backend/bisheng/citation/api/__init__.py3__all__ = ['router']CODE
LOWsrc/backend/bisheng/citation/api/endpoints/__init__.py3__all__ = ['router']CODE
LOWsrc/backend/bisheng/citation/domain/__init__.py8__all__ = [CODE
LOWsrc/backend/bisheng/citation/domain/models/__init__.py8__all__ = [CODE
LOW…g/tenant/domain/services/resource_ownership_service.py57logger = logging.getLogger(__name__)CODE
LOW…eng/tenant/domain/services/user_tenant_sync_service.py46logger = logging.getLogger(__name__)CODE
LOW…bisheng/tenant/domain/services/tenant_mount_service.py81logger = logging.getLogger(__name__)CODE
LOW…sheng/tenant/domain/services/resource_share_service.py40logger = logging.getLogger(__name__)CODE
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py43logger = logging.getLogger(__name__)CODE
LOW…/tenant/domain/services/department_deletion_handler.py24logger = logging.getLogger(__name__)CODE
131 more matches not shown…
Over-Commented Block172 hits · 166 pts
SeverityFileLineSnippetContext
LOW.drone.yml281COMMENT
LOWdocker/bisheng/config/config.yaml41# startup_nodes: COMMENT
LOWdocker/bisheng/config/config.yaml61# sentinel_master: "mymaster"COMMENT
LOWfeatures/v2.5.1/012-tenant-resolver/spec.md221### 5.5 Middleware 注册顺序(F012 / F019 / 业务路由依赖)COMMENT
LOW…tures/v2.5.1/019-admin-tenant-scope/ac-verification.md181```COMMENT
LOWfeatures/v2.5.0/005-role-menu-quota/spec.md481**角色列表查询逻辑(AD-09)**:COMMENT
LOW.claude/hooks/arch-guard-hook.sh1#!/bin/bashCOMMENT
LOWscripts/arch-guard.sh1#!/bin/bashCOMMENT
LOWscripts/arch-guard.sh101# ── RULE-8:DAO/Model 层不得直读 RoleAccessDao 做权限过滤(INV-T19)──COMMENT
LOWscripts/check-rbac-rebac-leak.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/gen_conversation_export_template.py41)COMMENT
LOWsrc/frontend/platform/public/assets/bisheng/config.js1// Application-wide runtime config (NOT branding).COMMENT
LOWsrc/frontend/platform/src/index.tsx21// window.addEventListener('keydown', (e) => {COMMENT
LOWsrc/frontend/platform/src/util/reactflowUtils.ts981 targetHandleArr[2] = nodeIdCOMMENT
LOWsrc/frontend/platform/src/util/reactflowUtils.ts1001 // if (node.data.node?.flow) {COMMENT
LOWsrc/frontend/platform/src/modals/genericModal/index.tsx141 setValue(inputValue);COMMENT
LOWsrc/frontend/platform/src/modals/genericModal/index.tsx161 // setIsEdit(true);COMMENT
LOW…es/GenericNode/components/parameterComponent/index.tsx141 // custom 组件 reloadCOMMENT
LOW…tend/platform/src/components/promptComponent/index.tsx21 useEffect(() => {COMMENT
LOW…/frontend/platform/src/components/bs-comp/FileView.tsx81 // const annotationLayer = new pdfjsLib.AnnotationLayer({COMMENT
LOW…latform/src/components/bs-comp/cardComponent/index.tsx61// 'bg-purple-600',COMMENT
LOW…orm/src/components/bs-comp/chatComponent/ChatInput.tsx181 }COMMENT
LOW…frontend/platform/src/components/bs-ui/input/index.tsx481 // if (rule.maxLength && e.target.value.length > rule.maxLength) {COMMENT
LOW…tend/platform/src/components/bs-ui/select/cascader.tsx221};COMMENT
LOW…tend/platform/src/components/bs-ui/select/cascader.tsx241// ],COMMENT
LOW…tend/platform/src/components/bs-ui/select/cascader.tsx261// const [options, setOptions] = useState(optionLists);COMMENT
LOW…tend/platform/src/components/bs-ui/select/cascader.tsx281// },COMMENT
LOWsrc/frontend/platform/src/controllers/API/admin.ts1// F019-admin-tenant-scope — axios wrappers for the admin management-viewCOMMENT
LOW…orm/src/pages/ModelPage/manage/SystemConfigBanners.tsx1// F022 system-config envelope banners + badge.COMMENT
LOW…ages/KnowledgePage/components/FileUploadParagraphs.tsx101COMMENT
LOW…rontend/platform/src/pages/BuildPage/tools/ToolSet.tsx21 const [formData, setFormData] = useState(null)COMMENT
LOW…rontend/platform/src/pages/BuildPage/tools/ToolSet.tsx61 const handleSubmit = async (formdata) => {COMMENT
LOW…age/skills/editSkill/CollectionNameComponent/index.tsx21 value={values}COMMENT
LOW…age/skills/editSkill/CollectionNameComponent/index.tsx41 // </div>COMMENT
LOW…/platform/src/pages/BuildPage/flow/FlowNode/RunLog.tsx61 }COMMENT
LOW…/platform/src/pages/BuildPage/flow/FlowNode/RunLog.tsx81 // param.value.forEach(value => {COMMENT
LOW…form/src/pages/BuildPage/flow/FlowChat/messageStore.ts321 // // run log类型存在嵌套情况,使用 extra 匹配 currentMessage; 否则取最近COMMENT
LOW…form/src/pages/BuildPage/flow/FlowChat/messageStore.ts341 // category: wsdata.category || '',COMMENT
LOW…form/src/pages/BuildPage/flow/FlowChat/messageStore.ts361 // // 删除重复消息COMMENT
LOW…atform/src/pages/BuildPage/flow/FlowChat/ChatInput.tsx81 // 新建的 form 技能,弹出窗口并锁定 inputCOMMENT
LOW…atform/src/pages/BuildPage/flow/FlowChat/ChatInput.tsx221 // setAutogenStop(false)COMMENT
LOW…atform/src/pages/BuildPage/flow/FlowChat/ChatInput.tsx241 // }COMMENT
LOW…pages/Dashboard/components/config/StyleConfigPanel.tsx121 </SelectContent>COMMENT
LOW…/Dashboard/components/config/ComponentConfigDrawer.tsx321 // toast({COMMENT
LOWsrc/frontend/platform/src/store/dashboardStore.tsx361 // refreshAllCharts: () => {COMMENT
LOWsrc/frontend/platform/src/store/dashboardStore.tsx381 // queryConditions: (qc.data_config as QueryConfig).queryConditionsCOMMENT
LOWsrc/frontend/platform/src/store/diffFlowStore.tsx241 runIds.forEach(id => {COMMENT
LOWsrc/frontend/platform/src/store/diffFlowStore.tsx261 // // error callbackCOMMENT
LOWsrc/frontend/client/vite.config.ts181 maximumFileSizeToCacheInBytes: 6 * 1024 * 1024,COMMENT
LOWsrc/frontend/client/vite.config.ts201 // },COMMENT
LOWsrc/frontend/client/public/assets/bisheng/config.js1// Application-wide runtime config (NOT branding).COMMENT
LOWsrc/frontend/client/src/types/chat/artifacts.ts3101 // badge: badge,COMMENT
LOWsrc/frontend/client/src/utils/files.ts61 // 'application/json':,COMMENT
LOW…rontend/client/src/components/Chat/AiMessageBubble.tsx521 // A transient/retryable failure (rate limit / busy) renders as the calm neutralCOMMENT
LOWsrc/frontend/client/src/components/Chat/ChatView.tsx261 // - sidebar "新建任务" lands on /c/new with state.taskMode=true → enter task mode.COMMENT
LOWsrc/frontend/client/src/components/Chat/ChatView.tsx401 // auto-expand (the entry icon appearing is enough).COMMENT
LOW…ient/src/components/Chat/Messages/Content/Markdown.tsx821 return { currentContent: '', citationMap: {} as Record<string, CitationDisplayData> };COMMENT
LOW…/client/src/components/Linsight/Execution/stepUtils.ts321COMMENT
LOW…/client/src/components/Linsight/Execution/stepUtils.ts481 if (!frame) return;COMMENT
LOW…nt/src/components/Linsight/Execution/TaskTurnPanel.tsx121 // (no task list / steps produced). Poll queue-status only in this window soCOMMENT
112 more matches not shown…
Fake / Example Data141 hits · 164 pts
SeverityFileLineSnippetContext
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json286 "placeholder": "每次工作流开始执行时向用户发送此消息,支持 Markdown 格式,为空时不发送。"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json290 "placeholder": "请输入引导问题",CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json301 "placeholder": "输入批量预置问题",CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json322 "placeholder": "请选择模型"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json365 "placeholder": "输入需要发送给用户的消息,例如“接下来我将执行 XX 操作,请您确认”,“以下是我的初版草稿,您可以在其基础上进行修改”"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json382 "placeholder": "请选择批处理变量",CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json390 "placeholder": "请在模型管理中配置 LLM 模型"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json425 "placeholder": "请选择批处理变量",CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json436 "placeholder": "请在系统模型设置中配置助手推理模型"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json443 "placeholder": "助手画像",CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json448 "placeholder": "用户消息内容"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json460 "placeholder": "请选择知识库"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json488 "placeholder": "请选择检索问题"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json492 "placeholder": "请选择QA知识库"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json510 "placeholder": "请选择用户问题",CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json515 "placeholder": "请选择知识库"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json536 "placeholder": "请在模型管理中配置 LLM 模型"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json557 "placeholder": "请选择用户问题",CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json562 "placeholder": "请选择知识库"CODE
LOWsrc/frontend/platform/public/locales/zh-Hans/flow.json579 "placeholder": "请输入生成报告的名称"CODE
LOW…rontend/platform/public/locales/zh-Hans/dashboard.json24 "placeholder": "选择时间",CODE
LOW…rontend/platform/public/locales/zh-Hans/dashboard.json221 "placeholder": "请选择",CODE
LOW…rontend/platform/public/locales/zh-Hans/knowledge.json34 "placeholder": "请选择日期",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json286 "placeholder": "ワークフロー実行時にユーザーに送信するメッセージ。Markdown形式に対応。空白の場合は送信しません。"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json290 "placeholder": "誘導質問を入力してください",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json301 "placeholder": "一括で入力する予置質問",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json322 "placeholder": "モデルを選択してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json365 "placeholder": "ユーザーに送信するメッセージを入力してください。例:「次にXX操作を実行しますので、ご確認ください」や「これが私の初稿です、あなたはその上で修正できます」"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json382 "placeholder": "バッチ処理する変数を選択してください",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json390 "placeholder": "モデル管理でLLMモデルを設定してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json425 "placeholder": "バッチ処理する変数を選択してください",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json436 "placeholder": "システムモデル設定でアシスタント推論モデルを設定してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json443 "placeholder": "アシスタントの描写",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json448 "placeholder": "ユーザーメッセージ内容"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json460 "placeholder": "知識ベースを選択してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json488 "placeholder": "検索する質問を選択してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json492 "placeholder": "QA知識ベースを選択してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json510 "placeholder": "ユーザーの質問を選択してください",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json515 "placeholder": "知識ベースを選択してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json536 "placeholder": "モデル管理でLLMモデルを設定してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json557 "placeholder": "検索する質問を選択してください",CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json562 "placeholder": "知識ベースを選択してください"CODE
LOWsrc/frontend/platform/public/locales/ja/flow.json579 "placeholder": "生成するレポートの名前を入力してください"CODE
LOWsrc/frontend/platform/public/locales/ja/dashboard.json24 "placeholder": "時間を選択",CODE
LOWsrc/frontend/platform/public/locales/ja/dashboard.json221 "placeholder": "選択してください",CODE
LOWsrc/frontend/platform/public/locales/ja/knowledge.json34 "placeholder": "日付を選択",CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json286 "placeholder": "Message shown to the user at the beginning of each workflow. Supports Markdown. Leave empty to sCODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json290 "placeholder": "Enter guide questions",CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json301 "placeholder": "Enter batch preset questions",CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json322 "placeholder": "Please select a model"CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json365 "placeholder": "Message to send, e.g., 'Please confirm the next action' or 'Here is the draft for your review'."CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json382 "placeholder": "Select the variable for batch execution",CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json390 "placeholder": "Configure an LLM model in the model management page"CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json425 "placeholder": "Select the variable for batch execution",CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json436 "placeholder": "Configure the agent’s reasoning model in system settings"CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json443 "placeholder": "Agent persona description",CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json448 "placeholder": "User message content"CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json460 "placeholder": "Select knowledge base"CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json488 "placeholder": "Select a question to search"CODE
LOWsrc/frontend/platform/public/locales/en-US/flow.json492 "placeholder": "Select QA knowledge base"CODE
81 more matches not shown…
Structural Annotation Overuse61 hits · 122 pts
SeverityFileLineSnippetContext
LOW.claude/skills/task-review/SKILL.md25### Step 1: 解析参数 + 收集变更范围COMMENT
LOW.claude/skills/task-review/SKILL.md41### Step 2: 判断任务类型,选择检查子集COMMENT
LOW.claude/skills/task-review/SKILL.md59### Step 3: 按检查清单执行检查COMMENT
LOW.claude/skills/task-review/SKILL.md63### Step 4: 元数据交叉验证COMMENT
LOW.claude/skills/task-review/SKILL.md69### Step 5: 输出报告COMMENT
LOW.claude/skills/task-review/SKILL.md95### Step 6: 处理结果COMMENT
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx68 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx70 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx119 // Step 3: Wait for the stream to finishCOMMENT
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx124 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx88 // Step 1: File upload completed, jump to step 2COMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx107 // Step 2: Segmentation strategy completed, receive config and jump to step 3COMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx115 // Step 3: Original text comparison callback, control next button disabled stateCOMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx357 // Step 2: bounded-height layout so inner left/right panels can scroll independentlyCOMMENT
LOW…platform/src/pages/KnowledgePage/AdjustFilesUpload.tsx179 // Step 2: Segmentation strategy completed, receive config and jump to step 2 (original text comparison)COMMENT
LOW…platform/src/pages/KnowledgePage/AdjustFilesUpload.tsx187 // Step 2: Original text comparison callback, control next button disabled stateCOMMENT
LOW…rm/src/pages/KnowledgePage/components/ExcelPreview.tsx90 // Step 1: 解析 media 文件COMMENT
LOW…rm/src/pages/KnowledgePage/components/ExcelPreview.tsx106 // Step 2: 解析 drawings XMLCOMMENT
LOW…rm/src/pages/KnowledgePage/components/ExcelPreview.tsx164 // Step 3: 等待 base64COMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx232 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx235 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx277 // Step 3: Wait for the stream to finishCOMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx282 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx310 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx312 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx361 // Step 3: Wait for the stream to finishCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx366 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts51 // Step 1: Protect code blocksCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts58 // Step 2: Protect existing LaTeX expressionsCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts65 // Step 3: Escape dollar signs that are likely currency indicatorsCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts68 // Step 4: Restore LaTeX expressionsCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts71 // Step 5: Restore code blocksCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts74 // Step 6: Apply additional escaping functionsCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx265 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx268 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx314 // Step 3: Wait for the stream to finishCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx319 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOW…c/pages/knowledge/FilePreview/viewers/ExcelPreview.tsx82 // Step 1: 解析 media 文件COMMENT
LOW…c/pages/knowledge/FilePreview/viewers/ExcelPreview.tsx98 // Step 2: 解析 drawings XMLCOMMENT
LOW…c/pages/knowledge/FilePreview/viewers/ExcelPreview.tsx156 // Step 3: 等待 base64COMMENT
LOW…c/backend/test/integration/test_f017_ac_integration.py102 # Step 3: list_sharing_children after revoke → empty (mock re-read)COMMENT
LOW…c/backend/test/integration/test_f017_ac_integration.py110 # Step 4: no chat_message delete was invoked — this is a non-contractCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py103 # Step 2: Create root departmentCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py109 # Step 3: Create UserTenant for each adminCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py115 # Step 4: Write OpenFGA tuples (after DB commit)COMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py122 # Step 5: Child/root tenant bootstrap — copy builtin tools soCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py89 # Step 1: Create Tenant recordCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1588 # Step 2: build the subtree filterCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1595 # Step 3: count distinct users matching the filterCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1571 # Step 1: resolve tenant.root_dept_id (if set) → path prefixCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1623 # Step 4: paginated user list. Use a distinct subquery onCOMMENT
LOW…/backend/bisheng/core/database/alembic_helpers/f011.py71 # Step 1: find users with multiple active rows.COMMENT
LOW…/backend/bisheng/core/database/alembic_helpers/f011.py82 # Step 2: for each such user, rank active rows and pick the keeper.COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py17 # Step 1: Image Handling (Top Priority Execution)COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py38 # Step 2: ComplexityHTMLBlock Level Element Conversion (UseBeautifulSoupSupport)COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py83 # Step 3: Other block level and inlineHTMLTag transformation (Mainly using regular)COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py149 # Step 4: Final cleanupCOMMENT
LOW…sheng/permission/domain/services/permission_service.py618 # Step 1: Parse and filter tuplesCOMMENT
LOW…sheng/permission/domain/services/permission_service.py641 # Step 2: Collect IDs by subject_typeCOMMENT
LOW…sheng/permission/domain/services/permission_service.py646 # Step 3: Batch resolve names and user-group captions for the user/group list UICOMMENT
1 more matches not shown…
Verbosity Indicators55 hits · 110 pts
SeverityFileLineSnippetContext
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx68 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx70 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx119 // Step 3: Wait for the stream to finishCOMMENT
LOW…rm/src/components/chatComponent/buildTrigger/index.tsx124 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx88 // Step 1: File upload completed, jump to step 2COMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx107 // Step 2: Segmentation strategy completed, receive config and jump to step 3COMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx115 // Step 3: Original text comparison callback, control next button disabled stateCOMMENT
LOW…ntend/platform/src/pages/KnowledgePage/filesUpload.tsx357 // Step 2: bounded-height layout so inner left/right panels can scroll independentlyCOMMENT
LOW…platform/src/pages/KnowledgePage/AdjustFilesUpload.tsx179 // Step 2: Segmentation strategy completed, receive config and jump to step 2 (original text comparison)COMMENT
LOW…platform/src/pages/KnowledgePage/AdjustFilesUpload.tsx187 // Step 2: Original text comparison callback, control next button disabled stateCOMMENT
LOW…rm/src/pages/KnowledgePage/components/ExcelPreview.tsx90 // Step 1: 解析 media 文件COMMENT
LOW…rm/src/pages/KnowledgePage/components/ExcelPreview.tsx106 // Step 2: 解析 drawings XMLCOMMENT
LOW…rm/src/pages/KnowledgePage/components/ExcelPreview.tsx164 // Step 3: 等待 base64COMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx232 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx235 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx277 // Step 3: Wait for the stream to finishCOMMENT
LOW…platform/src/pages/DiffFlowPage/components/RunTest.tsx282 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx310 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx312 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx361 // Step 3: Wait for the stream to finishCOMMENT
LOW…latform/src/pages/ChatAppPage/components/ChatPanne.tsx366 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts51 // Step 1: Protect code blocksCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts58 // Step 2: Protect existing LaTeX expressionsCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts65 // Step 3: Escape dollar signs that are likely currency indicatorsCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts68 // Step 4: Restore LaTeX expressionsCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts71 // Step 5: Restore code blocksCOMMENT
LOWsrc/frontend/client/src/utils/latex.ts74 // Step 6: Apply additional escaping functionsCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx265 // Step 1: Make a POST request to send the flow data and receive a unique session IDCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx268 // Step 2: Use the session ID to establish an SSE connection using EventSourceCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx314 // Step 3: Wait for the stream to finishCOMMENT
LOWsrc/frontend/client/src/pages/appChat/index.tsx319 // Step 4: Return true if all nodes are valid, false otherwiseCOMMENT
LOW…c/pages/knowledge/FilePreview/viewers/ExcelPreview.tsx82 // Step 1: 解析 media 文件COMMENT
LOW…c/pages/knowledge/FilePreview/viewers/ExcelPreview.tsx98 // Step 2: 解析 drawings XMLCOMMENT
LOW…c/pages/knowledge/FilePreview/viewers/ExcelPreview.tsx156 // Step 3: 等待 base64COMMENT
LOW…c/backend/test/integration/test_f017_ac_integration.py102 # Step 3: list_sharing_children after revoke → empty (mock re-read)COMMENT
LOW…c/backend/test/integration/test_f017_ac_integration.py110 # Step 4: no chat_message delete was invoked — this is a non-contractCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py103 # Step 2: Create root departmentCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py109 # Step 3: Create UserTenant for each adminCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py115 # Step 4: Write OpenFGA tuples (after DB commit)COMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py122 # Step 5: Child/root tenant bootstrap — copy builtin tools soCOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py89 # Step 1: Create Tenant recordCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1588 # Step 2: build the subtree filterCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1595 # Step 3: count distinct users matching the filterCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1571 # Step 1: resolve tenant.root_dept_id (if set) → path prefixCOMMENT
LOWsrc/backend/bisheng/database/models/department.py1623 # Step 4: paginated user list. Use a distinct subquery onCOMMENT
LOW…/backend/bisheng/core/database/alembic_helpers/f011.py71 # Step 1: find users with multiple active rows.COMMENT
LOW…/backend/bisheng/core/database/alembic_helpers/f011.py82 # Step 2: for each such user, rank active rows and pick the keeper.COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py17 # Step 1: Image Handling (Top Priority Execution)COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py38 # Step 2: ComplexityHTMLBlock Level Element Conversion (UseBeautifulSoupSupport)COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py83 # Step 3: Other block level and inlineHTMLTag transformation (Mainly using regular)COMMENT
LOW…wledge/rag/pipeline/loader/utils/md_post_processing.py149 # Step 4: Final cleanupCOMMENT
LOW…sheng/permission/domain/services/permission_service.py618 # Step 1: Parse and filter tuplesCOMMENT
LOW…sheng/permission/domain/services/permission_service.py641 # Step 2: Collect IDs by subject_typeCOMMENT
LOW…sheng/permission/domain/services/permission_service.py646 # Step 3: Batch resolve names and user-group captions for the user/group list UICOMMENT
LOW…sheng/permission/domain/services/permission_service.py653 # Step 4: Build items and merge department entriesCOMMENT
Modern AI Meta-Vocabulary27 hits · 83 pts
SeverityFileLineSnippetContext
MEDIUMfeatures/v2.6.0/035-linsight-task-mode/design.md428### 5.2 知识库 RAG:方案 A vs 方案 BCOMMENT
MEDIUMfeatures/v2.6.0/028-conversation-export-import/tasks.md429### §T002 RAG 角标真实样本(2026-05-31)COMMENT
MEDIUM…v2.6.0/028-conversation-export-import/e2e-checklist.md83### RAG 角标剥除(AC-14)COMMENT
MEDIUMdocs/architecture/04-knowledge-rag.md1# 知识库与 RAG 管道COMMENT
MEDIUMdocs/architecture/04-knowledge-rag.md117 rag/ # RAG 管道实现CODE
MEDIUMdocs/architecture/04-knowledge-rag.md130## 3. RAG 管道架构COMMENT
MEDIUMdocs/PRD/2.6 RAG 检索上下文优化 PRD/2.6 RAG 检索上下文格式优化 PRD.md1# 2.6 RAG 检索上下文格式优化 PRDCOMMENT
MEDIUMdocs/PRD/2.6 RAG 检索上下文优化 PRD/2.6 RAG 检索上下文格式优化 PRD.md127#### 3.2.3 Workflow RAG 节点(`workflow/nodes/rag/rag.py`)COMMENT
MEDIUMsrc/backend/bisheng_langchain/sql/base.py118 # improvement of few shot prompt seedsCOMMENT
MEDIUM…c/backend/test/department/test_dept_member_add_sync.py241 # ── Mock the orchestration touchpoints ──COMMENT
MEDIUM…nowledge/test_knowledge_space_chat_service_retrieve.py90# aretrieve_chunks — orchestration (per-KB delegation mocked)COMMENT
MEDIUM…kend/test/permission/test_f006_permission_migration.py981 # Monkeypatch get_fga_client to return mock for run() orchestrationCOMMENT
MEDIUMsrc/backend/test/org_sync/test_org_reconcile_service.py187# AC-02 / AC-03 / AC-04 — orchestration branchesCOMMENT
MEDIUMsrc/backend/bisheng/initdb_config.yaml92 # 需要按目标模型的 context window 调整:COMMENT
MEDIUM…station/domain/services/conversation_export_service.py80# RAG citation markers are private-use Unicode (see T002 探查):COMMENT
MEDIUM…eng/workstation/domain/services/workstation_service.py1172 # Per-KB failure isolation — a single KB whose embedding model isCOMMENT
MEDIUM…g/citation/domain/services/citation_resolve_service.py187 # every RAG citation comes back empty even though its row exists.COMMENT
MEDIUM…isheng/linsight/domain/services/stream_event_mapper.py49# (design §3.3 step_type variants; §5.2 knowledge RAG).COMMENT
MEDIUM…kend/bisheng/linsight/domain/services/agent_factory.py71# an isolated context window and returns only a distilled, sourced summary.COMMENT
MEDIUM…end/bisheng/linsight/domain/services/workbench_impl.py81 # loses cell types / sheets / formulas (and ExcelLoader is a RAG chunker thatCOMMENT
MEDIUMsrc/backend/bisheng/utils/constants.py17 'claude-v1-100k', # An enhanced version of claude-v1 with a 100,000 token (roughly 75,000 word) context window.CODE
MEDIUMsrc/backend/bisheng/utils/constants.py19 'claude-instant-v1-100k', # Like claude-instant-v1 with a 100,000 token context window but retains its performance.CODE
MEDIUMsrc/backend/bisheng/utils/constants.py22 'claude-v1.3-100k', # An enhanced version of claude-v1.3 with a 100,000 token (roughly 75,000 word) context window.CODE
MEDIUMsrc/backend/bisheng/utils/constants.py26 'claude-instant-v1.1-100k', # Version of claude-instant-v1.1 with a 100K token context window.CODE
MEDIUMsrc/backend/bisheng/workflow/common/knowledge.py463 # vectorstore use different collection_name for different embedding modelCOMMENT
MEDIUM…nd/bisheng/tool/domain/langchain/linsight_knowledge.py41 # model can hallucinate or be coaxed into an arbitrary id; without this gateCOMMENT
MEDIUM…nd/bisheng/tool/domain/langchain/linsight_knowledge.py65 # model sometimes hallucinates a non-numeric sentinel (e.g.COMMENT
Docstring Block Structure16 hits · 80 pts
SeverityFileLineSnippetContext
HIGHsrc/backend/bisheng_langchain/vectorstores/milvus.py457Insert text data into Milvus. Inserting data when the collection has not be made yet will result in creSTRING
HIGHsrc/backend/bisheng/database/utils/keyset.py38Build a ``WHERE (sort_cols) > (cursor_values)`` boolean expression. Args: sort_cols: SQLAlchemy column elemSTRING
HIGHsrc/backend/bisheng/core/context/manager.py421Convenient way to get context Args: name: Context Name Returns: BaseContextManager: CorrespondSTRING
HIGHsrc/backend/bisheng/core/context/manager.py436Convenient way to get contextual instances asynchronously Args: name: Context Name Returns: AnSTRING
HIGHsrc/backend/bisheng/core/context/manager.py452Convenient way to get contextual instances synchronously Args: name: Context Name Returns: AnySTRING
HIGHsrc/backend/bisheng/core/context/base.py500Get Context Manager Args: name: Context Name Returns: BaseContextManager: CorrSTRING
HIGH…heng/linsight/domain/services/state_message_manager.py111 ImpuestoRedisOperation error handling Args: operation: RedisAction Function *aSTRING
HIGH…end/bisheng/linsight/domain/services/workbench_impl.py184 Submit user issue and create session Args: submit_obj: Submitted Question Objects STRING
HIGH…isheng/channel/domain/services/channel_chat_service.py121 Fetch article content via ArticleEsService Args: article_es_service: ES article service inSTRING
HIGH…isheng/channel/domain/services/channel_chat_service.py252 Clear chat content by article_doc_id Args: article_doc_id: Article document ID STRING
HIGHsrc/backend/bisheng/common/cursor.py76Decode a cursor string back into its sort-key list. Args: cursor: Cursor string from the request, or ``NoneSTRING
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py482 will be Markdown Convert text to with style and MathJax Supportive HTML。 Args: markdown_teSTRING
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py562 Use Playwright will be HTML Convert content to PDF Bytes of data. Args: html_content: To bSTRING
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py745 will be Markdown Convert file to PDF Bytes of data. Args: input_path: Masukkan Markdown FiSTRING
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py781 will be Markdown Convert string to PDF Bytes of data. Args: markdown_text: Markdown StringSTRING
HIGH…ckend/bisheng/common/utils/markdown_cmpnt/md_to_pdf.py854 will be Markdown Convert To PDF Handy function for byte data. Args: input_md: Markdown File path (if iSTRING
AI Structural Patterns77 hits · 70 pts
SeverityFileLineSnippetContext
LOW…/bisheng_langchain/gpts/tools/local_file/local_file.py324CODE
LOW…/bisheng_langchain/gpts/tools/local_file/local_file.py396CODE
LOW…/bisheng_langchain/gpts/tools/local_file/local_file.py494CODE
LOWsrc/backend/bisheng_langchain/chat_models/sensetime.py225CODE
LOW…kend/bisheng_langchain/chat_models/interface/xunfei.py131CODE
LOW…sheng_langchain/agents/chatglm_functions_agent/base.py322CODE
LOWsrc/backend/bisheng_langchain/vectorstores/milvus.py101CODE
LOWsrc/backend/bisheng_langchain/vectorstores/milvus.py666CODE
LOWsrc/backend/bisheng_langchain/vectorstores/milvus.py890CODE
LOW…langchain/document_loaders/elem_unstrcutured_loader.py62CODE
LOW…backend/bisheng_langchain/document_loaders/elem_pdf.py188CODE
LOWsrc/backend/bisheng_langchain/chains/loader_output.py58CODE
LOWsrc/backend/bisheng_langchain/chains/loader_output.py69CODE
LOW…isheng_langchain/chains/question_answering/__init__.py87CODE
LOW…isheng_langchain/chains/question_answering/__init__.py164CODE
LOW…kend/bisheng_langchain/chains/qa_generation/base_v2.py443CODE
LOW…backend/bisheng_langchain/chains/qa_generation/base.py128CODE
LOWsrc/backend/test/department/test_department_sso_dao.py84CODE
LOWsrc/backend/test/sso/test_sso_login_sync_service.py30CODE
LOWsrc/backend/test/org_sync/test_org_reconcile_service.py44CODE
LOW…/backend/scripts/permission_rbac_to_rebac_migration.py14CODE
LOWsrc/backend/scripts/replace_json_columns.py77CODE
LOWsrc/backend/bisheng/database/models/session.py113CODE
LOWsrc/backend/bisheng/database/models/session.py156CODE
LOWsrc/backend/bisheng/database/models/session.py197CODE
LOWsrc/backend/bisheng/database/models/session.py252CODE
LOWsrc/backend/bisheng/database/models/flow.py508CODE
LOWsrc/backend/bisheng/database/models/flow.py596CODE
LOWsrc/backend/bisheng/database/models/audit_log.py239CODE
LOWsrc/backend/bisheng/chat_session/api/endpoints/chat.py25CODE
LOWsrc/backend/bisheng/core/database/alembic/env.py212CODE
LOW…/ai/rerank/xinference/client/restful/restful_client.py1160CODE
LOW…rank/xinference/client/restful/async_restful_client.py1253CODE
LOW…end/bisheng/linsight/domain/services/workbench_impl.py1161CODE
LOW…heng/linsight/domain/services/resilience_middleware.py164CODE
LOW…/bisheng/telemetry_search/domain/services/dashboard.py44CODE
LOW…/bisheng/telemetry_search/domain/services/dashboard.py324CODE
LOW…ories/implementations/inbox_message_repository_impl.py81CODE
LOW…in/repositories/interfaces/inbox_message_repository.py12CODE
LOW…isheng/message/domain/services/notification_content.py17CODE
LOWsrc/backend/bisheng/user/api/user.py425CODE
LOW…ckend/bisheng/channel/api/endpoints/channel_manager.py310CODE
LOW…end/bisheng/channel/domain/services/channel_service.py688CODE
LOW…mplementations/space_channel_member_repository_impl.py51CODE
LOW…sitories/interfaces/space_channel_member_repository.py19CODE
LOWsrc/backend/bisheng/knowledge/rag/pipeline/base.py31CODE
LOW…edge/rag/pipeline/transformer/hierarchical_splitter.py13CODE
LOW…end/bisheng/knowledge/api/endpoints/knowledge_space.py274CODE
LOW…end/bisheng/knowledge/api/endpoints/knowledge_space.py310CODE
LOW…c/backend/bisheng/knowledge/api/endpoints/knowledge.py377CODE
LOW…kend/bisheng/knowledge/domain/models/knowledge_file.py498CODE
LOW…kend/bisheng/knowledge/domain/models/knowledge_file.py563CODE
LOW…isheng/knowledge/domain/models/knowledge_space_file.py145CODE
LOW…c/backend/bisheng/knowledge/domain/models/knowledge.py336CODE
LOW…g/knowledge/domain/services/knowledge_space_service.py1422CODE
LOW…g/knowledge/domain/services/knowledge_space_service.py1681CODE
LOW…g/knowledge/domain/services/knowledge_space_service.py2676CODE
LOW…g/knowledge/domain/services/knowledge_space_service.py2759CODE
LOW…bisheng/knowledge/domain/services/knowledge_service.py772CODE
LOW…d/bisheng/knowledge/domain/services/knowledge_utils.py44CODE
17 more matches not shown…
Cross-Language Confusion (JS/TS)10 hits · 62 pts
SeverityFileLineSnippetContext
HIGHsrc/frontend/platform/src/constants.tsx135print(run_flow(inputs, flow_id=FLOW_ID, tweaks=TWEAKS))`;CODE
HIGH…/src/components/bs-comp/apiComponent/ApiAccessFlow.tsx66print(response.text)# 输出工作流的响应`CODE
HIGH…src/components/bs-comp/apiComponent/ApiAccessSkill.tsx235print(run_flow(inputs, flow_id=FLOW_ID, tweaks=TWEAKS))`}CODE
HIGH…src/components/bs-comp/apiComponent/ApiAccessSkill.tsx299print(response.text)`}CODE
HIGH…form/src/components/bs-comp/apiComponent/ApiAccess.tsx72 print("\\n\\n-----Reasoning Content-----\\n")CODE
HIGH…form/src/components/bs-comp/apiComponent/ApiAccess.tsx74 print(reasoning_chunk, end='', flush=True) # 流式打印reasoningCODE
HIGH…form/src/components/bs-comp/apiComponent/ApiAccess.tsx76 elif chunk.choices[0].delta.content:CODE
HIGH…form/src/components/bs-comp/apiComponent/ApiAccess.tsx78 print("\\n\\n-----Final content-----\\n")CODE
HIGH…form/src/components/bs-comp/apiComponent/ApiAccess.tsx80 print(content_chunk, end='', flush=True) # 流式打印答案CODE
HIGH…nd/platform/src/pages/DiffFlowPage/components/Cell.tsx27 print()CODE
Redundant / Tautological Comments35 hits · 52 pts
SeverityFileLineSnippetContext
LOWsrc/frontend/client/check_updates.sh32 # Check if this date is within the last three daysCOMMENT
LOWsrc/backend/test/department/test_department_service.py645 # Check if already existsCOMMENT
LOWsrc/backend/test/department/test_department_service.py1285 # Check if root already existsCOMMENT
LOWsrc/backend/test/_legacy/test_api.py126 # Print the resultCOMMENT
LOWsrc/backend/test/e2e/helpers/cleanup.py80 # Check if tenant already exists via list APICOMMENT
LOW…ckend/bisheng/tenant/domain/services/tenant_service.py534 # Check if user is admin — if so, ensure at least one admin remainsCOMMENT
LOWsrc/backend/bisheng/core/cache/utils.py474 # Check if it is standard URLCOMMENT
LOWsrc/backend/bisheng/linsight/domain/task_exec.py495 # Check if terminated during initializationCOMMENT
LOW…end/bisheng/linsight/domain/services/workbench_impl.py1258 # Read file contentsCOMMENT
LOW…ackend/bisheng/telemetry_search/domain/init_dataset.py1190 # Check if department dimensions already presentSTRING
LOWsrc/backend/bisheng/utils/docx_temp.py753 # Check if it is a delimiter lineCOMMENT
LOWsrc/backend/bisheng/utils/util.py121 # Read files by block to avoid large files taking up too much memoryCOMMENT
LOWsrc/backend/bisheng/utils/util.py142 # Read files asynchronously in binary formCOMMENT
LOWsrc/backend/bisheng/utils/util.py144 # Read files asynchronously by block to avoid large files taking up too much memoryCOMMENT
LOWsrc/backend/bisheng/utils/http_middleware.py340 # Check if tenant is disabled via Redis blacklistCOMMENT
LOWsrc/backend/bisheng/user/api/user.py679 # Check if is an administrator of a user group underCOMMENT
LOWsrc/backend/bisheng/user/api/user.py1214 # Check if there are administrative permissions for the groupCOMMENT
LOWsrc/backend/bisheng/user/api/user.py1286 # Check if there are administrative permissions for the groupCOMMENT
LOWsrc/backend/bisheng/user/domain/services/user.py700 # Read file content to check sizeCOMMENT
LOW…sheng/department/domain/services/department_service.py976 # Check if root already existsCOMMENT
LOW…sheng/department/domain/services/department_service.py1006 # Set path to /{id}/COMMENT
LOW…end/bisheng/channel/domain/services/channel_service.py456 # Check if the user has reached the role-configurable channel creation quotaCOMMENT
LOWsrc/backend/bisheng/common/init_data.py252 # Check if default tenant exists and has no root_dept_id yetCOMMENT
LOW…s/markdown_cmpnt/md_to_docx/provider/docx_processor.py247 # Check if there are paragraph tagsCOMMENT
LOW…s/markdown_cmpnt/md_to_docx/provider/docx_processor.py300 # Check if there are paragraph tagsCOMMENT
LOWsrc/backend/bisheng/common/services/config_service.py98 # Check if a string is a valid path or a file nameCOMMENT
LOW…dge/rag/pipeline/loader/utils/libreoffice_converter.py54 # Check if libreoffice_exec is in PATH if it's not a full pathCOMMENT
LOW…dge/rag/pipeline/loader/utils/libreoffice_converter.py87 # Check if the file was actually createdCOMMENT
LOW…ng/knowledge/domain/services/knowledge_file_service.py208 # Check if knowledge file existsCOMMENT
LOW…d/bisheng/workflow/nodes/report/text_classification.py428 # Check if it is a delimiter lineCOMMENT
LOWsrc/backend/bisheng/api/v1/workflow.py77 # Check if the user has read access to the appCOMMENT
LOWsrc/backend/bisheng/api/services/assistant.py292 # Check if you have permission to access the informationCOMMENT
LOWsrc/backend/bisheng/api/services/assistant.py339 # Check if there are any duplicate names underCOMMENT
LOWsrc/backend/bisheng/api/services/assistant.py513 # Check if there are any duplicate names underCOMMENT
LOW…ackend/bisheng/api/services/invite_code/invite_code.py72 # Check if the generated invite code is a duplicateCOMMENT
Slop Phrases11 hits · 32 pts
SeverityFileLineSnippetContext
MEDIUMsrc/frontend/platform/public/locales/en-US/bs.json802 "webSearchPrompt": "# The following content is based on the search results of the message sent by the user:\n{searchCODE
MEDIUMsrc/frontend/platform/src/constants.tsx179# Now you can use it like any chainCOMMENT
MEDIUMsrc/frontend/client/src/mobile.css138 /* More styling for demonstration purposes */COMMENT
MEDIUM…ackend/bisheng_langchain/gpts/tools/web_search/tool.py63 # For demonstration purposes, we'll just return a dummy responseCOMMENT
MEDIUM…ackend/bisheng_langchain/gpts/tools/web_search/tool.py165 # For demonstration purposes, we'll just return a dummy responseCOMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py102 # meaning you can use it as you would any other runnableCOMMENT
MEDIUM…heng_langchain/gpts/agent_types/llm_functions_agent.py190 # meaning you can use it as you would any other runnableCOMMENT
MEDIUM…/bisheng_langchain/gpts/agent_types/llm_react_agent.py172 # meaning you can use it as you would any other runnableCOMMENT
MEDIUMsrc/backend/test/_legacy/test_api.py29 # Now you can use it like any chainCOMMENT
MEDIUMsrc/backend/bisheng/tool/domain/services/executor.py43 # Here you can add logic to record tool usageCOMMENT
MEDIUMsrc/backend/bisheng/tool/domain/services/executor.py60 # Here you can add logic to record tool usageCOMMENT
AI Slop Vocabulary13 hits · 27 pts
SeverityFileLineSnippetContext
MEDIUMsrc/frontend/platform/public/locales/en-US/bs.json802 "webSearchPrompt": "# The following content is based on the search results of the message sent by the user:\n{searchCODE
MEDIUMsrc/frontend/client/src/api/chat/data-service.ts306 "modalContent": "# Terms and Conditions for LibreChat\n\n*Effective Date: February 18, 2024*\n\nWelcome to LibreCODE
MEDIUM…client/src/pages/Subscription/ChannelDiscoveryHome.tsx305 // No transition before measuring, or during the seamless loop snap-back.COMMENT
MEDIUM…nd/client/src/pages/Subscription/ChannelSquareTabs.tsx50 // (robust to longer non-CJK labels). transform+width are animated; the mountCOMMENT
LOW…ackend/bisheng_langchain/gpts/tools/web_search/tool.py63 # For demonstration purposes, we'll just return a dummy responseCOMMENT
LOW…ackend/bisheng_langchain/gpts/tools/web_search/tool.py165 # For demonstration purposes, we'll just return a dummy responseCOMMENT
LOWsrc/backend/bisheng_langchain/sql/base.py95 # If return direct, we just set the final result equal toCOMMENT
MEDIUMsrc/backend/test/integration/test_storage_quota_e2e.py131 # search recursively to be robust against future restructuring.COMMENT
MEDIUM…kend/test/permission/test_f006_permission_migration.py905 """Insert a comprehensive set of test data for full-pipeline tests."""STRING
MEDIUM…nd/bisheng/workstation/domain/services/chat_service.py157# - _parse_tool_results: Normalizes BaseTool output to facilitate SSE (Server-Sent Events) and database storage.COMMENT
LOW…e/database/alembic/versions/v2_5_1_f011_tenant_tree.py142 # tenant_id already exists (F001 TENANT_TABLES); just add compound index.COMMENT
LOW…bisheng/knowledge/domain/services/knowledge_service.py2455 # we can just return the resource_ids. But to be safe, let's filter valid file ids.COMMENT
MEDIUMsrc/backend/bisheng/api/v1/callback.py64 # Streaming output is placed in a queue to facilitate recording of content to a database after interrupting the COMMENT
Synthetic Comment Markers2 hits · 19 pts
SeverityFileLineSnippetContext
HIGHsrc/frontend/client/src/hooks/useAiChat.ts555 // New conversation: fetch the AI-generated title. The gen_titleCOMMENT
HIGHsrc/backend/test/e2e/test_e2e_tenant_code_autogen.py197 # ──────── Case 1: auto-generated code ────────COMMENT
Magic Placeholder Names2 hits · 10 pts
SeverityFileLineSnippetContext
HIGH…rontend/platform/src/pages/BuildPage/tools/EditMcp.tsx160 "url": "https://mcp.amap.com/sse?key=yourapikey"CODE
HIGH…rontend/platform/src/pages/BuildPage/tools/EditMcp.tsx170 "url": "https://mcp.amap.com/mcp?key=yourapikey"CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/backend/scripts/set_admin.sh5# Usage:COMMENT