Skip to content

Commit

Permalink
Update required parameters in upload agent to include 'source'
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishvarmaus authored Feb 4, 2025
1 parent 3abf5ee commit c8cf995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/director/agents/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"description": "Collection ID to upload the content",
},
},
"required": ["url", "media_type", "collection_id"],
"required": ["source", "media_type", "collection_id"],
}


Expand Down

0 comments on commit c8cf995

Please sign in to comment.