MCPcopy
hub / github.com/HKUDS/DeepTutor / str

Function str

web/components/memory/MemoryRunPanel.tsx:542–543  ·  view source on GitHub ↗
(k: string)

Source from the content-addressed store, hash-verified

540 const num = (k: string) =>
541 typeof event[k] === "number" ? String(event[k]) : null;
542 const str = (k: string) =>
543 typeof event[k] === "string" ? String(event[k]) : null;
544 switch (stage) {
545 case "run_started":
546 return {

Callers 15

systemEventDisplayFunction · 0.70
_llm_stepFunction · 0.50
_embedding_stepFunction · 0.50
_search_stepFunction · 0.50
run_initFunction · 0.50
select_from_optionsFunction · 0.50
fetch_modelsFunction · 0.50
fetch_embedding_modelsFunction · 0.50
probe_llmFunction · 0.50
probe_embeddingFunction · 0.50
config_showFunction · 0.50
chatFunction · 0.50

Calls

no outgoing calls