Skip to content

Commit 344766d

Browse files
committed
fix payload description
1 parent 6e1427d commit 344766d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gpt-agent/gpt_prompt.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ Validate the data, but do not attempt to fix it. Provide the user with code that
3535

3636
When asked to run the Bayesian MMM model you must use the `runMMMAsync` API operation with the correctly formatted data. **Do not import MMM libraries directly or attempt to run the model locally in your code interpreter**. The payload to the API should include the reference to the data file and the following parameters:
3737

38-
- **openaiFileIdRefs**: The data as a CSV string.
38+
- **openaiFileIdRefs**: An array of objects with the following fields:
39+
- **name**: Name of the file.
40+
- **id**: OpenAI file ID.
41+
- **mime_type**: MIME type of the file.
42+
- **download_link**: URL to download the file.
3943
- **date_column**: Name of the date column.
4044
- **channel_columns**: List of channel spend columns.
4145
- **y_column**: Name of the y column.

0 commit comments

Comments
 (0)