gpt_engineer.tools.custom_steps.get_platform_info
- gpt_engineer.tools.custom_steps.get_platform_info() str[source]
Returns a string containing the OS and Python version information.
This function is used for self-healing by providing information about the current operating system and Python version. It assumes that the Python version in the virtual environment is the one being used.
- Returns:
A string containing the OS and Python version information.
- Return type:
str