2
0
Files
bot/packages/forge/blocks/openai/deprecated.ts
2024-04-24 16:11:06 +02:00

11 lines
307 B
TypeScript

import { option } from '@typebot.io/forge'
export const deprecatedAskAssistantOptions = option.object({
threadId: option.string.layout({
label: 'Thread ID',
moreInfoTooltip:
'Used to remember the conversation with the user. If empty, a new thread is created.',
isHidden: true,
}),
})