gpt_engineer.core.default.steps.setup_sys_prompt
- gpt_engineer.core.default.steps.setup_sys_prompt(preprompts: MutableMapping[str | Path, str]) str[source]
Sets up the system prompt for generating code.
- Parameters:
preprompts (MutableMapping[Union[str, Path], str]) – A mapping of preprompt messages to guide the AI model.
- Returns:
The system prompt message for the AI model.
- Return type:
str