It just helps make ur prompts cleaner looking?
Methods
ApePrompt.FormatMessage(Prompt: { string }, Message: { [string]: string | number }): string
- This method formats the prompt using the provided message data.
- Parameters:
- Prompt: A table of strings. Put the values you want replaced inside curly brackets ( {} )
- Message: A table where keys correspond to the placeholders in your prompt template (without the curly braces), and values are the data you want to insert.
Example