Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Oct 24, 2023
1 parent 7d465d1 commit a07a1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/components/PromptDesigner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@ async function runAdHocChat(messages: ChatMessage[], config: AdHocChatConfig) {
},
abortGraph: undefined!,
getPluginConfig: undefined!,
attachedData: {},
} as InternalProcessContext,
);

Expand Down

0 comments on commit a07a1e0

Please sign in to comment.