Trouble Prepending System Prompt with `Prompt.prependSystem` in Effect Typescript Library
Question about using
Neither I or Claude seem to have a good idea why this is the way it is and wanted to check if I was missing something? Should the client always strip the system prompt before returning it? I've also need there is
Prompt with system and history. I have an rpc endpoint that accepts the full Prompt.Message[] history in order to trigger the next chat and having trouble prepending the system prompt using the Prompt.prependSystem()Neither I or Claude seem to have a good idea why this is the way it is and wanted to check if I was missing something? Should the client always strip the system prompt before returning it? I've also need there is
Prompt.merge and Prompt.setSystem but using these seemed just as verbose as my promptWithSystem workaround