Hacker News new | ask | show | jobs
by XCSme 822 days ago
Any way to have a consistent system prompt across queries without sending it (and using tokens) for each completion?
2 comments

The assistant has its own "instructions" (replacement for system prompt)

and then on each run, you have the option to add more guidance to the run explicitly, without modifying the assistant instructions (system prompt)

It's a little bit different but kind of the same

No, adding run instructions will replace existing instructions for that run
That's what they say ;)
The Assistant API handles that, it has the system prompt as part of the assistant that you interact with.
And can you share the assistant with other users?

Also, the system prompt in assistants doesn't consume tokens?