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
Request body
dataset_id
The dataset ID.
column_id
The column ID.
name
New name for the column.
config
Updated prompt configuration object. Same structure as Add Run Prompt Column config.
Response
200 OK message
Confirmation message.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
The specified dataset or column was not found, or does not belong to your organization.
500
An unexpected error occurred on the server while updating the run prompt column.