🐛 (openai) Fix ask assistant not correctly referencing uploaded f… (#1469)
…iles Closes #1468, closes #1467, closes #1211
This commit is contained in:
10
packages/forge/blocks/openai/deprecated.ts
Normal file
10
packages/forge/blocks/openai/deprecated.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
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,
|
||||
}),
|
||||
})
|
||||
Reference in New Issue
Block a user