GetCurrentPrompt
The GetCurrentPrompt action retrieves the current Skill's prompt.
GetCurrentPrompt()
Example
{{#system~}}
This is some very smart prompt I am about to feed to LLM
{{~/system}}
{{set(
name="current_prompt",
value=GetCurrentPrompt()
)}}
{{SendMessage(message=current_prompt)}}
This is some very smart prompt I am about to feed to LLM.
Updated 6 months ago