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