Ask a question to get started
Enter to sendā¢Shift+Enter new line
Read a file from this agent's branch, defined by self.active_branch, which supports PR branches. Parameters: file_path(str): the file path Returns: str: The file decoded as a string, or an error message if not found
read_file( self, file_path: str, ) -> str