@ -17,6 +17,7 @@ export const executeGoogleAnalyticsBlock = (
|
||||
outgoingEdgeId: block.outgoingEdgeId,
|
||||
clientSideActions: [
|
||||
{
|
||||
type: 'googleAnalytics',
|
||||
googleAnalytics,
|
||||
},
|
||||
],
|
||||
|
@ -96,6 +96,7 @@ export const createChatCompletionOpenAI = async (
|
||||
return {
|
||||
clientSideActions: [
|
||||
{
|
||||
type: 'streamOpenAiChatCompletion',
|
||||
streamOpenAiChatCompletion: {
|
||||
messages: messages as {
|
||||
content?: string
|
||||
|
Reference in New Issue
Block a user