schrodinger.maestro_utils.composer_agent.query_generator module

schrodinger.maestro_utils.composer_agent.query_generator.generate_query(query: str, session_handler: ChatSessionHandler) Query

This function assembles the query object using user input data and the maestro session information.

schrodinger.maestro_utils.composer_agent.query_generator.generate_feedback(telemetry_id: str, feedback: bool) FeedbackQuery

This function assembles the feedback object using the telemetry id and the feedback status.