yr.sys_prompt
sys_prompt(
prompt: str,
) → NoneAppend a line to the active LLM context's system prompt.
Parameters
prompt
type: str
Text to add to the system prompt for subsequent
chat and struct calls in the current LLM context.
sys_prompt(
prompt: str,
) → NoneAppend a line to the active LLM context's system prompt.
Text to add to the system prompt for subsequent
chat and struct calls in the current LLM context.