-
Notifications
You must be signed in to change notification settings - Fork 730
Open
Description
API requests with curl return error:
curl -X POST "http://localhost:8000/api/v1/executions" -H "Content-Type: application/json" -d '{
"goal": "What is the latest news about AI agents?",
"config_profile": "free_tier"
}'
RESPONSE -> {"detail":"Failed to create execution: 'ROMAConfig' object is not iterable"}
changing config_profile to just profile or even removing it entirely doesn't impact the response. It still returns the same error.
Metadata
Metadata
Assignees
Labels
No labels