diff --git a/client/src/hooks/useNewConvo.ts b/client/src/hooks/useNewConvo.ts index 616dec9fa1..dfaad2e94c 100644 --- a/client/src/hooks/useNewConvo.ts +++ b/client/src/hooks/useNewConvo.ts @@ -307,7 +307,7 @@ const useNewConvo = (index = 0) => { isParamEndpoint(_preset?.endpoint ?? '', _preset?.endpointType ?? ''); const template = paramEndpoint === true && templateConvoId && templateConvoId === Constants.NEW_CONVO - ? { endpoint: _template.endpoint } + ? { endpoint: _template.endpoint, chatProjectId: _template.chatProjectId } : _template; const conversation = {