run-llama / multi-agent-concierge

An example of multi-agent orchestration with llama-index
MIT License
263 stars 38 forks source link

Field Required ConciergeEvent #8

Closed MotivaoCrypto closed 2 days ago

MotivaoCrypto commented 1 month ago

I only run the workflow.py and immediately get this error. It comes from the return initialize()

pydantic_core._pydantic_core.ValidationError: 3 validation errors for ConciergeEvent request Field required [type=missing, input_value={}, input_type=dict] For further information visit https://errors.pydantic.dev/2.9/v/missing just_completed Field required [type=missing, input_value={}, input_type=dict] For further information visit https://errors.pydantic.dev/2.9/v/missing need_help Field required [type=missing, input_value={}, input_type=dict] For further information visit https://errors.pydantic.dev/2.9/v/missing

logan-markewich commented 2 days ago

With recent refactors, going to close this for now. Thanks!