You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from eval_protocol.models import EvaluationRow, Message
from eval_protocol.pytest import AgentRolloutProcessor, evaluation_test
@evaluation_test(
input_messages=[
[
Message(
role="user",
content="Can you give a summary of the past week in the 'general, model-requests, bug-reports, questions, and feature-requests' channels. For EVERY message or thread has not been resolved, please list them at the end of your response in a table. Be sure to include the exact message, severity, and current status so far. Current Date & Time: {current_date_time}".format(
current_date_time=datetime.now().strftime("%B %d, %Y at %I:%M %p")