Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ extract_chinese_chars
Function
extract_chinese_chars
app/services/tenvision_adapter.py:65–66 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
63
compact = normalize_text(text)
64
if
not compact:
65
return
False
66
return
PROMPT_PREFIX in compact or
'点击'
in compact or compact.startswith(
'请'
)
67
68
69
def
parse_prompt_chars(text):
Callers
5
parse_prompt_chars
Function · 0.85
is_ignored_item
Function · 0.85
recognize_prompt_boxes
Function · 0.85
split_ocr_item
Function · 0.85
recognize_yellow_boxes
Function · 0.85
Calls
1
normalize_text
Function · 0.85
Tested by
no test coverage detected