Skip to content

Conversation

@CalebMartinUiPath
Copy link
Contributor

@CalebMartinUiPath CalebMartinUiPath commented Jan 9, 2026

To have parity with current agent build we need the retrieval types to support both static and dynamic queries

...,
description="Describe the task for each row: what to analyze, what to extract, and how to populate the output columns",
)
destination_path: str = Field(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this going to be configurable from UI? if not we should have a default value here. the LLM might not know what destination_path to provide and refuse to process the request

Copy link
Collaborator

@radu-mocanu radu-mocanu Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually encountered this earlier.
image
Managed to fix it with some prompt engineering but we should never run into this if we wish to maintain parity with low code (where destination path is not configurable).

If there is not going to be an exposed configuration for this in the UI, let's provide a default value here (like output.csv or similar).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree. Added a default

@CalebMartinUiPath CalebMartinUiPath force-pushed the caleb/fix-dynamic-prompts branch 2 times, most recently from 5bb5bd4 to 5f99a09 Compare January 13, 2026 09:11
@CalebMartinUiPath CalebMartinUiPath force-pushed the caleb/fix-dynamic-prompts branch from 5f99a09 to 91516d5 Compare January 14, 2026 01:15
@CalebMartinUiPath CalebMartinUiPath merged commit c0db575 into main Jan 14, 2026
34 of 39 checks passed
@CalebMartinUiPath CalebMartinUiPath deleted the caleb/fix-dynamic-prompts branch January 14, 2026 01:26
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