Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 9/19/2025 3:19 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 12318
Template/Type: Brandon Time
Title/Caption: Working on AI options and prompts
Start Date/Time: 9/17/2025 5:45 pm
End Date/Time: 9/17/2025 11:00 pm
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

Emails. Then jumping back into the AI options and prompts for the AI quick search. Trying to document things as well. Working on a new solution to help add multiple line items to an open cart through an AI options or AI prompts. It took quite a bit to make that happen. Here is the new prompt instructions:

- multi add cart lines [array] - This will add multiple line items to the current cart. The array needs to be in this format: [part id space quantity, part id space quantity]. For example: Say you have two items with id's 5555 and 7777. Say you wanted 3 of one of them and 8 of the other. The actual prompt would look like this: "multi add cart lines [55555 3, 7777 8]". The square brackets are required for this prompt.

Just for fun... Here are a couple of other prompts that work on the testing corporation inside of adilas on data 0.

------------------------------

Working sample for corp 53 on data 0

part id - 255729 - baby ruth

part id - 255733 - caramel squares

part id - 255735 - fun dip

prompt to add 1 baby ruth, 10 caramel squares, and 3 fun dips

"multi add cart lines [255729 1, 255733 10, 255735 3]"

part id - 414640 - snickers with almonds

Here is one with 4 items, including the snickers bars

"multi add cart lines [255729 7, 255733 13, 255735 3, 414640 2]"

This next one assumes a quantity of 1 per item. No quantities are added to the prompt.

"multi add cart lines [255729, 255733, 255735, 414640]"

Here is a link to some other AI options and AI prompts - https://data0.adilas.biz/top_secret/help.cfm?id=535&pwd=ai

--------------------------------