Commit 373857d0 authored by takatost's avatar takatost

remove unused params in workflow_run_for_list_fields

parent 6719af9b
......@@ -20,11 +20,7 @@ workflow_run_for_list_fields = {
"id": fields.String,
"sequence_number": fields.Integer,
"version": fields.String,
"graph": fields.Raw(attribute='graph_dict'),
"inputs": fields.Raw(attribute='inputs_dict'),
"status": fields.String,
"outputs": fields.Raw(attribute='outputs_dict'),
"error": fields.String,
"elapsed_time": fields.Float,
"total_tokens": fields.Integer,
"total_steps": fields.Integer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment