Maxim AI release notes
Maxim AI release notes
www.getmaxim.ai

Prompts now support custom fields

 

New

  
  • In many use cases, adding custom fields and prompt information is helpful for logging, adding customer-specific logic etc. We have added this custom field configuration in Maxim.
  • This field config is at the account level, i.e., all the custom fields can be configured for all prompts inside an account.

How to add config fields

  • You can click the ✏️ icon in the "Custom Fields" section attached to all prompts.

Supported field types

  • Text
  • Number
  • Boolean
  • JSON
  • Select (Dropdown)

SDK support

  • You will receive these custom fields in your code in the prompt.
  • You can access them using prompt.customFields["<field_name>"].

Visual Prompt Workflow is out in beta

 

New

  
  • Visual workflow is available now. Note that this feature is currently in beta.
    • Visual workflows allow you to prototype quickly and chain prompts to test your e2e workflow without any code changes.
    • You can evaluate these visual prompt workflows against any dataset.

Introducing Maxim CLI

 

New

  
  • You can now integrate Maxim tests into your CI/CD pipeline using Maxim CLI.
  • Know more here

Nov-29-2023 11-10-34.gif

 

Fix

  
  • Fixed a bug that used to cause shared report to crash in some cases.

You can duplicate workflows now

 

New

  
  • You can now duplicate workflows by using the context menu on a workflow's topbar.

image.png

We are starting a changelog

Big news today, we're starting a public changelog so you're always up to date with all the updates, improvements and fixes that are made in Maxim.

 

Improvement

  
  • We have improved the way we render our test run results. They are effectively paginated and all the slice/dice (filters and sorting) happens on the server side.