Edit Run Prompt Column

Update the configuration of an existing run prompt column and re-execute the prompt.

POST https://api.futureagi.com/model-hub/develops/edit_run_prompt_column/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

dataset_id string Required

The dataset ID.

column_id string Required

The column ID.

name string Optional
New name for the column.
config object Optional

Updated prompt configuration object. Same structure as Add Run Prompt Column config.

Response

200 OK
message string
Confirmation message.

Errors

400 Bad Request Optional
Invalid request parameters.
401 Unauthorized Optional
Invalid or missing API credentials.
404 Not Found Optional
The specified dataset or column was not found, or does not belong to your organization.
500 Internal Server Error Optional
An unexpected error occurred on the server while updating the run prompt column.
GET /
Authentication
REQUEST
 
RESPONSE