@uservane/vercel-ai: InlineFeedbackProps
Type Alias: InlineFeedbackProps
Section titled “Type Alias: InlineFeedbackProps”InlineFeedbackProps =
object
Defined in: products/uservane/agent-react/dist/index.d.ts:42
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren?: (args) =>ReactNode
Defined in: products/uservane/agent-react/dist/index.d.ts:51
Optional custom render. Defaults to a compact rating row.
Parameters
Section titled “Parameters”active
Section titled “active”complete
Section titled “complete”(result) => void
dismiss
Section titled “dismiss”() => void
Returns
Section titled “Returns”ReactNode
controller
Section titled “controller”controller:
AgentController
Defined in: products/uservane/agent-react/dist/index.d.ts:43
debug?
Section titled “debug?”
optionaldebug?:boolean
Defined in: products/uservane/agent-react/dist/index.d.ts:44
dismissOnNextAction?
Section titled “dismissOnNextAction?”
optionaldismissOnNextAction?:boolean
Defined in: products/uservane/agent-react/dist/index.d.ts:49
When true, the next user action (any pointer/keyboard on the document) dismisses the active ask (dismiss-on-next-action).