AIU. - Artificial Intelligence Utility

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIU. - OpenAI API >

AIU. - Artificial Intelligence Utility

Session and Storage Management

Previous Top Next


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.

 

What is Session and Storage Management?

 

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.

 

Commands in This Section

 

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.