Skip to main content

Interface: GetWorkflowFeedbackOptions

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

Properties

authorKind?

optional authorKind: FeedbackAuthorKind

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


includeTest?

optional includeTest: boolean

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


page?

optional page: number

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


pageSize?

optional pageSize: number

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


rating?

optional rating: "up" | "down"

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

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


source?

optional source: ChatFeedbackSource

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