.. _examples.system_prompt.system_prompt: Working with system prompts =========================== The system prompt is a pre-defined prompt that helps cue the model to exhibit the desired behavior for a specific task. .. literalinclude:: ../../../examples/system_prompt/system_prompt.py :language: python :caption: See `system_prompt.py `_ on GitHub. :lines: 7-