Skip to content

Would like to understand more how forwardedProps should be used #647

@pedelman

Description

@pedelman

Hello, I have recently been exploring ag-ui and I noticed forwardedProps in the docs.

https://docs.ag-ui.com/sdk/js/core/types#runagentinput

type RunAgentInput = {
  threadId: string
  runId: string
  parentRunId?: string
  state: any
  messages: Message[]
  tools: Tool[]
  context: Context[]
  forwardedProps: any
}
Image

I didn't find much information on how this is intended to be used. Is this just an open field to pass anything we want to the agent for custom implementation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions