Retrieve Run Prompt Column Config
Get the full configuration of an existing run prompt column.
GET
https://api.futureagi.com/model-hub/develops/retrieve_run_prompt_column_config/ Authentication
Query parameters
column_id
The run prompt column ID.
Response
200 OK message
Status message.
data
Run prompt column configuration payload.
config
Full run prompt column configuration.
dataset_id
UUID of the parent dataset.
name
Column name.
model
Language model identifier.
messages
Prompt message objects.
temperature
Sampling temperature (
0 to 2). frequency_penalty
Frequency penalty (
-2 to 2). presence_penalty
Presence penalty (
-2 to 2). max_tokens
Maximum tokens to generate.
top_p
Nucleus sampling parameter (
0 to 1). response_format
Response format constraint, or
null. tool_choice
Tool selection strategy, or
null. tools
Tool definitions available to the model.
output_format
Output format.
concurrency
Concurrent requests for parallel processing.
run_prompt_config
Additional run prompt settings.
Errors
401
Invalid or missing API credentials.
404
The specified column was not found or is not a run prompt column.
500
An unexpected error occurred on the server while retrieving the column configuration.