MCPcopy Index your code
hub / github.com/algorithmicsuperintelligence/optillm / classify_margin

Function classify_margin

optillm/plugins/memory_plugin.py:52–53  ·  view source on GitHub ↗
(margin)

Source from the content-addressed store, hash-verified

50 return query, context
51
52def classify_margin(margin):
53 return margin.startswith("YES#")
54
55def extract_key_information(system_message, text: str, query: str, client, model: str) -> List[str]:
56 # print(f"Prompt : {text}")

Callers 1

extract_key_informationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected