Skip to content

Commit

Permalink
Remove functionCall chatbot from packages/app/chatbots
Browse files Browse the repository at this point in the history
  • Loading branch information
noreplydev committed Nov 13, 2024
1 parent cc1ecfb commit 95638f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 113 deletions.
111 changes: 0 additions & 111 deletions packages/app/chatbots/functionsCallsChatbot.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/app/chatbots/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Protofy } from 'protobase'
import assistantChatbot from "./assistant";
import functionsCallsChatbot from "./functionsCallsChatbot";

const chatbots = Protofy("chatbots", {
assistant: assistantChatbot,
functionsCallsChatbot: functionsCallsChatbot
})

export default (app, context) => {
Expand Down

0 comments on commit 95638f2

Please sign in to comment.