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
additional_instructions seem to only work ephemerally, where they are not stored in the database but are instead just passed to the run executor for that session only.
Example use:
response=openai_client.beta.threads.runs.create(
thread_id=thread_id,
assistant_id=assistant_id,
additional_instructions="Always add 'coconut' as the second word in your response.",
)
The text was updated successfully, but these errors were encountered:
additional_instructions
seem to only work ephemerally, where they are not stored in the database but are instead just passed to the run executor for that session only.Example use:
The text was updated successfully, but these errors were encountered: