Skip to content

without_student_messages

fastagency.adapters.awp.tryrun.without_student_messages #

without_student_messages(message: Any) -> bool
Source code in fastagency/adapters/awp/tryrun.py
def without_student_messages(message: Any) -> bool:
    return not (message.type == "text" and message.content.sender == "Student_Agent")