You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have getter and setter functions for systemPrompt and initialPrompts.
Use case: I have a session and need to know what the systemPrompt or initialPrompts passed to the create function was, so that I can display, verify, or update it. Any updates to either of these options should be reflected in the session.
The text was updated successfully, but these errors were encountered:
It would be useful to have getter and setter functions for
systemPrompt
andinitialPrompts
.Use case: I have a session and need to know what the
systemPrompt
orinitialPrompts
passed to thecreate
function was, so that I can display, verify, or update it. Any updates to either of these options should be reflected in the session.The text was updated successfully, but these errors were encountered: