Skip to content

Comments

(wip) fix: upload batch transform result as attachment#1352

Closed
saksharthakkar wants to merge 1 commit intomainfrom
feat/batch-transform-upload-result
Closed

(wip) fix: upload batch transform result as attachment#1352
saksharthakkar wants to merge 1 commit intomainfrom
feat/batch-transform-upload-result

Conversation

@saksharthakkar
Copy link
Contributor

Summary

  • Batch transform resume trigger now uploads the output file as a platform attachment via uipath.attachments.upload_async()
  • Returns structured {ID, FullName, MimeType} dict instead of a plain string
  • Matches the context grounding tool result schema used by C# Agents
  • Enables downstream OTEL span instrumentation to extract attachment metadata

Test plan

  • Run batch transform agent end-to-end, verify output file is uploaded as attachment
  • Confirm trace spans show correct ID, FullName, MimeType attributes
  • Verify non-batch-transform resume triggers are unaffected

🤖 Generated with Claude Code

…d dict

Return {ID, FullName, MimeType} instead of a plain string so the result
is accessible from the platform and matches context grounding tool schema.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant