Info |
---|
Information valid from AMI version 8.0 SP24 (24.2) |
Summary
The AI tab of the Attribute Editor lets you request, fine-tune and review AI generated values for attributes.
Once you have selected an AI generated value you can edit it as normal on the Value tab of the Attribute Editor.
Table of Contents maxLevel 2
Gadget Action Menu Items
Parameters
The parameters are settings that affect how a value is generated. These may be different from one model of AI to another, but common ones are:
- model - the Large Language Model (LLM) to use in the request, for example,
gpt-3.5-turbo
. Typically you will not need to change this for individual requests. - temperature - a numeric measure of how creative a generated value should be, with high numbers requesting more creative, random values and low numbers requesting more predictable, consistent values.
- top_p - a numeric measure of how broad the choice of words should be, with high numbers allowing a wide choice of vocabulary and low numbers limiting the value to common or repeated words.
- max tokens - limit the number of tokens used to request and return a generated value. A token is a word fragment or piece of punctuation
Changes to parameters are not saved when the Attribute Editor is closed. If you want to change any of the default values, ask your system administrator to change the settings in the AI Service System Preference.
Your Agility system may have different parameters available, or use different terms (labels) for them. Your system administrator can set explanations for each parameter and provide minimum and maximum value ranges to guide you.
Hover over a parameter to see the description your administrator has set.
Prompt
The Prompt is the request sent to the AI service to generate a value. The default prompt is created by resolving the AI Prompt Template assigned to the attribute definition with information from the current object instance. In that way, every prompt
You can edit or replace the default to create a completely custom prompt. It should read as natural language.
Changes to the prompt are not saved when the Attribute Editor is closed.
Add AI parameter
Adds a temporary parameter to send for the current generation request. A parameter is a Key and its associated Value. Neither the parameter nor its value will persist after the Attribute Editor is closed.
Each parameter must have a unique key.
Generate
Select this, or the Generate button, to request a value with the current parameters and values.
AI Generated Values
This is the list of values generated from this tab.
Select a value on the list to add it to the main AI Generated Values list on the Value tab, from where you can review and select a value for the attribute.