Boston 4.3.3
Highlights of this Release
Autom Mate 4.3.3 introduces advanced AI capabilities through the Agentic AI Library, equipping users with powerful tools to classify, create, and summarize content effectively. This release delivers greater precision, flexibility, and productivity, ensuring a seamless AI-driven experience.
🛠️ Enhancement
Integration Library Expansion
Added the Jira Service Management Library, enabling seamless integration with Jira Service Management for enhanced workflow automation and ticket management.
Enhanced Query Parameter Parsing
We’ve improved query parameter parsing to handle cases where duplicate keys are present in the query string. This enhancement ensures that when the same key is repeated, its values are captured as an array in the resulting JSON object. If the key is present only once, it is stored as a single string. This update eliminates JSON parsing errors caused by duplicate keys.
✨ New Features
Agentic AI Library with Chat GPT 4 Turbo ( BETA )
Introduces a powerful AI framework with task-specific agents, enabling users to automate and streamline workflows while creating custom AI-driven processes.
Content Classifier Agent: Empowers users to perform detailed content classification with configurable parameters, enhancing precision and workflow organization.
Content Creator Agent: Allows for generating tailored, multilingual content with user-defined parameters, suitable for various purposes such as blog posts or JIRA tickets.
Content Summarizer Agent: Simplifies content by generating summaries based on user inputs, focusing on key points while excluding unnecessary details. This agent supports multilingual summaries and configurable lengths to suit different requirements.
Detailed Version
Overview: The Integration Library now includes support for Jira Service Management.
Key Features:
Enables seamless interaction with Jira Service Management for ticket creation, updates, and management.
Enhances integration workflows by leveraging Jira Service Management's capabilities directly within Autom Mate.
Benefits: Streamlines operations and improves efficiency for teams relying on Jira Service Management.
Enhanced Query Parameter Parsing
We’ve improved query parameter parsing to handle cases where duplicate keys are present in the query string. This enhancement ensures that when the same key is repeated, its values are captured as an array in the resulting JSON object. If the key is present only once, it is stored as a single string. This update eliminates JSON parsing errors caused by duplicate keys.
Key Features:
Duplicate Key Handling: Values for repeated keys are now stored as arrays in the resulting JSON.
Improved JSON Structure: Single keys are stored as a string, maintaining simplicity for non-duplicate cases.
Error Prevention: Resolves JSON parsing errors that could occur due to improperly handled duplicate keys.
Examples:
For the query string: sarp=bb&xxx=yyy&sarp=aa.
The resulting JSON will be:
For a single key:sarp=bb&xxx=yyy.
The resulting JSON will be:
This update enhances the robustness and reliability of query parameter processing.
Last updated