Company question banks are included with the Insider plan.
You are given an existing API:
def get_chat_messages(message_id: int) -> list[Message]: ...
For a given message_id, it returns the surrounding chat context:
message_id