Skip to content

Comments

fix: add input-overrides examples for evaluations with file attachments#1363

Merged
AAgnihotry merged 1 commit intomainfrom
docs/input-overrides-examples
Feb 24, 2026
Merged

fix: add input-overrides examples for evaluations with file attachments#1363
AAgnihotry merged 1 commit intomainfrom
docs/input-overrides-examples

Conversation

@AAgnihotry
Copy link
Contributor

Summary

Added comprehensive documentation to docs/eval/index.md showing developers how to run evaluations with file attachments using the --input-overrides parameter.

Changes

  • Added new subsection "Running Evaluations with File Attachments" to the eval documentation
  • Added --input-overrides parameter to the command options table
  • Documented input-overrides format and attachment object structure
  • Provided three detailed examples:
    1. Single file attachment
    2. Multiple files as an array
    3. Multiple evaluations with different attachments
  • Added notes about when the parameter is needed and attachment structure requirements

Documentation Improvements

This documentation helps developers understand:

  • How to pass file attachment metadata when running evaluations locally
  • The required structure for attachment objects (ID + FullName/MimeType)
  • Different use cases for single files, arrays, and multiple evaluations
  • Integration with the UiPath eval CLI

🤖 Generated with Claude Code

@AAgnihotry AAgnihotry force-pushed the docs/input-overrides-examples branch 2 times, most recently from d59b475 to 1444257 Compare February 23, 2026 21:56
@AAgnihotry AAgnihotry changed the title docs: add input-overrides examples for evaluations with file attachments fix: add input-overrides examples for evaluations with file attachments Feb 23, 2026
@smflorentino
Copy link
Contributor

An attachment object must have:

  • ID: The file identifier
  • FullName OR MimeType: File information

can you clarify this a bit better? is it a file path from where the command is run? why would fullName be optional?

other than that LGTM

@AAgnihotry AAgnihotry force-pushed the docs/input-overrides-examples branch from b95e16e to aabd4bd Compare February 24, 2026 16:28
@smflorentino smflorentino self-requested a review February 24, 2026 16:48
@AAgnihotry AAgnihotry merged commit 494adf1 into main Feb 24, 2026
53 checks passed
@AAgnihotry AAgnihotry deleted the docs/input-overrides-examples branch February 24, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants