now: System prompt are in the form of appends ```typescript systemMessage.concat(todoListPrompt) ``` target: Supports insertion to a specified position ```typescript systemMessage.replace(`{TODOLIST_PROMPT}`,todoListPrompt) ```
now: System prompt are in the form of appends
target: Supports insertion to a specified position