What previous_interaction_id does
- It tells the API which prior interaction the next request should continue from.
- It reduces the need to resend the entire prompt history for stateful workflows.
- It should be treated as server-returned state, not as a user-facing session slug.