|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIU. - OpenAI API > AIU. - Artificial Intelligence Utility |
MiniRobotLanguage (MRL)
Session and Storage Management
Managing Session Continuity
Intention
Session and Storage Management: Maintaining Context
This section includes commands for managing user sessions, response reproducibility, and storage of previous responses within the AIU system.
It ensures consistent and traceable interactions over time.
It’s part of the AIU - OpenAI API suite.
These commands handle user identification, response seeding for consistency, and tracking of previous responses, enhancing session management.
They’re vital for long-running or multi-step AI interactions.
The following commands are included:
•AIU.SetUser - Set the user identifier for the session.
•AIU.GetUser - Retrieve the current user identifier.
•AIU.SetSeed - Set the seed value for reproducible responses.
•AIU.GetSeed - Retrieve the current seed value.
•AIU.SetStore - Set the store configuration for responses.
•AIU.GetStore - Retrieve the current store configuration.
•AIU.SetPreviousResponseId - Set the ID of the previous response.
•AIU.GetPreviousResponseId - Retrieve the ID of the previous response.