📄️ Create a new LLM
Creates a new LLM based on the input request data.
📄️ Get a list of llms
Get a list of llms
📄️ Update an LLM
Updates an existing LLM based on the input request data.
📄️ Get a list of llms
Get a list of llms
📄️ Delete an LLM
Delete an LLM
📄️ Create a new Context.
Create a new Context with the given configuration.
📄️ Retrieve a Context.
Retrieve the Context with the given identifier.
📄️ List ContextMessages.
List all ContextMessages associated with the given Context.
📄️ Create a new ContextMessage.
Create a new ContextMessage with the given configuration.
📄️ Retrieve a ContextMessage.
Retrieve the ContextMessage with the given identifier.
📄️ Query the advanced context memory
Retrieve the ContextMemory with the given identifier.
📄️ List Contexts.
List all Contexts associated with the given human.