Skip to content
Discussion options

You must be logged in to vote

Hi @Aimee-min-code,

How forwardedProps works in MAF today:

forwardedProps is parsed by the AG-UI layer (AGUIRequest model) but is currently only consumed for resume/interrupt flows, specifically forwardedProps.command.resume. Custom data like your document_ids, extraction_spec, and prefilled_data won't automatically surface in your agent, tools, or workflow context.

Recommended approaches for your use case:

  1. Use state instead of forwardedProps: this is the best fit. When you configure a state_schema on your endpoint, MAF automatically injects the current state into the agent's conversation context. Your agent can then reason over document_ids, extraction_spec, etc. directly. On the Copilo…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Aimee-min-code
Comment options

@moonbox3
Comment options

@Aimee-min-code
Comment options

@moonbox3
Comment options

@moonbox3
Comment options

Answer selected by Aimee-min-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants