🐛 (openai) Fix ask assistant not correctly referencing uploaded f… (#1469)
…iles Closes #1468, closes #1467, closes #1211
This commit is contained in:
@@ -5,7 +5,7 @@ import { SessionState } from '@typebot.io/schemas'
|
||||
type Props = {
|
||||
id: string
|
||||
state: SessionState
|
||||
isReplying: boolean
|
||||
isReplying: boolean | undefined
|
||||
}
|
||||
|
||||
export const updateSession = ({
|
||||
|
||||
Reference in New Issue
Block a user