Released:
The new Organisations features enables you to structure your Spaces, members, and billing through organisations.
This release focuses on laying the foundation of organisation capabilities:
Read more in the Organisations Knowledge Base Article.
Add new OpenAI models: gpt-4o & gpt-4-turbo This update introduces several new OpenAI models to the available options for the LLM - Chat Message Node.
The newly added models include:
These model additions expand the capabilities and choices for multi-modal LLM calls within the Ligantic Platform.
Improve serialisation handling for lists of objects passed to LLM:
This update enhances the handling of lists of objects when passed directly from an Object Query to the LLM - Chat Message Node in Flows. The new default behaviour serialises the objects into a name-based JSON format, improving the readability and processing of the data by the LLM. This change streamlines the workflow and ensures more efficient communication between the Object Query and the LLM.
Add Colour to Box and Input Block config:
This update introduces the ability to customise the colour of the Box and Input blocks within the Experience Designer. Users can now configure the background colour, border colour, and other visual properties of these UI elements to better align with their desired branding and design preferences. This enhancement provides greater flexibility in tailoring the appearance of your Experiences to match the overall look and feel of the application or website it is integrated with.
Fix Text Block Spacing configuration:
Resolved an issue where the spacing configuration for Text Blocks was not being applied correctly, leading to inconsistent formatting of text content within the Experience.
Extend nameBased
flag to entityget
and get-all
procedures:
The nameBased
flag has been extended to the entityget
and get-all
procedures, allowing you to retrieve entities by their name instead of their ID. This enhancement provides more flexibility when working with entities, especially in scenarios where the entity name is more readily available or easier to reference than the ID. The nameBased
flag can be set to true
in the request to enable this functionality.
Add schemaVersion top-level config description
to api results:
The API now includes a description
property for each schema in the response when requesting the /api/v1/spaces/{spaceId}/schemas
endpoint. This enhancement provides additional context and information about the purpose and usage of each schema, improving the developer experience when working with the API.
Add import graph result to return of import:
This update enhances the import endpoint by returning an object that describes the ID mapping between the new configuration and the imported data. Previously, this endpoint did not provide any return value. This improvement allows you to better understand and track the changes made during the import process.
Ability to Filter by Hidden createdAt Property:
Introduces the capability to filter Entities by the hidden createdAt property, allowing for more granular filtering and sorting based on creation date.
Related Releases