Skip to content

Eval results missing details and agent output #1369

@bai-uipath

Description

@bai-uipath

When running uipath eval, the results JSON only contains a score, no justification or agent output:

  {
      "evaluationName": "From Agent run - 3.2.AnalysisAgent",
      "evaluationRunResults": [
          {
              "evaluatorName": "Default Evaluator",
              "evaluatorId": "9824233e-ece6-4bdf-8ad8-2297644ec272",
              "result": {
                  "score": 0.45,
                  "details": {},
                  "evaluationTime": 2.595767021179199
              }
          }
      ],
      "agentExecutionOutput": null
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions