Skip to content

API calls don't work #71

@sheriifMahadi

Description

@sheriifMahadi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions