Skip to content

eval error #399

Open
Open
@MadcowD

Description

@MadcowD

raise exc
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
await app(scope, receive, sender)
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/starlette/routing.py", line 72, in app
response = await func(request)
^^^^^^^^^^^^^^^^^^^
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 296, in app
content = await serialize_response(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/william/Library/Caches/pypoetry/virtualenvs/ell-ai-lj28Ksf3-py3.12/lib/python3.12/site-packages/fastapi/routing.py", line 155, in serialize_response
raise ResponseValidationError(
fastapi.exceptions.ResponseValidationError: 2 validation errors:
{'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 0, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None}
{'type': 'model_attributes_type', 'loc': ('response', 0, 'runs', 1, 'labeler_summaries', 1, 'evaluation_labeler'), 'msg': 'Input should be a valid dictionary or object to extract fields from', 'input': None}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions