Skip to main content

Interface: GetWorkflowFeedbackOptions

Defined in: packages/sdk/src/types/chat-types.ts:557

Properties

authorKind?

optional authorKind: FeedbackAuthorKind

Defined in: packages/sdk/src/types/chat-types.ts:563


includeTest?

optional includeTest: boolean

Defined in: packages/sdk/src/types/chat-types.ts:564


page?

optional page: number

Defined in: packages/sdk/src/types/chat-types.ts:558


pageSize?

optional pageSize: number

Defined in: packages/sdk/src/types/chat-types.ts:559


rating?

optional rating: "up" | "down"

Defined in: packages/sdk/src/types/chat-types.ts:562

'up' for rating >= 0.5, 'down' for rating < 0.5


source?

optional source: ChatFeedbackSource

Defined in: packages/sdk/src/types/chat-types.ts:560