fix: mapping full file upload configuration (#3713)

This commit is contained in:
Danilo Ferreira
2024-12-17 20:28:29 -03:00
committed by GitHub
parent 4c29b2390c
commit 6511fb3fe1
@@ -156,6 +156,8 @@ const ShareChatbot = ({ isSessionMemory, isAgentCanvas }) => {
}
}
if(chatbotConfig?.fullFileUpload) obj.fullFileUpload = chatbotConfig?.fullFileUpload
return obj
}