gpt_engineer.core.chat_to_files.chat_to_files_dict

gpt_engineer.core.chat_to_files.chat_to_files_dict(chat: str) FilesDict[source]

Converts a chat string containing file paths and code blocks into a FilesDict object.

Args: - chat (str): The chat string containing file paths and code blocks.

Returns: - FilesDict: A dictionary with file paths as keys and code blocks as values.