@uservane/copilotkit: UserVaneCopilotFeedbackProps
Type Alias: UserVaneCopilotFeedbackProps
Section titled “Type Alias: UserVaneCopilotFeedbackProps”UserVaneCopilotFeedbackProps =
object
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:47
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren?:ReactNode
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:67
debug?
Section titled “debug?”
optionaldebug?:boolean
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:59
onResolved?
Section titled “onResolved?”
optionalonResolved?: (info) =>void
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:61
Called after a genuine resolution is handled.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
outcome?
Section titled “outcome?”
optionaloutcome?:string
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:56
Optional outcome string for resolveTask (PM segmentation).
renderInline?
Section titled “renderInline?”
optionalrenderInline?:boolean
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:66
When true (default), render InlineFeedback under the resolution hook. Set false if you place InlineFeedback yourself.
showToken?
Section titled “showToken?”
optionalshowToken?:string
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:54
Server-minted show-token (from mintFeedbackToken with sessionId=threadId). Thread this from your server after mint. Absent => unbound bootstrap path.
surveyId
Section titled “surveyId”surveyId:
string
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:49
Survey the server minted a bound token for.
taskType?
Section titled “taskType?”
optionaltaskType?:string
Defined in: @[email protected]_@[email protected]_@[email protected]_@types+react-dom@_hgmx5lydu7o7hgar5vfp6a6qlm/node_modules/@uservane/copilotkit/dist/index.d.ts:58
Optional task type for resolveTask.