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_query_with_session(query: str, session_id: str) Query ¶
This function assembles the query object using user input data and the provided session ID.
- schrodinger.maestro_utils.composer_agent.query_generator.generate_execution_feedback(telemetry_id: str, feedback: bool) ExecutionFeedbackQuery ¶
This function assembles the feedback object using the telemetry id and the feedback status.
- schrodinger.maestro_utils.composer_agent.query_generator.generate_user_feedback(telemetry_id: str, feedback: bool, comment: str = None) UserFeedbackQuery ¶
This function assembles the user feedback object using the telemetry id, feedback status, and an optional comment.