SciSharp / BotSharp

AI Multi-Agent Framework in .NET
https://botsharp.readthedocs.io
Apache License 2.0
2.25k stars 463 forks source link

Add a ChannelId column to the ConversationDocument #698

Closed yileicn closed 1 month ago

yileicn commented 1 month ago

Add a CallingPhone column to the ConversationDocument

Oceania2018 commented 1 month ago

We can use the common search feature by states instead of adding dedicate field.

yileicn commented 1 month ago

We can use the common search feature by states instead of adding dedicate field.

  1. This interface will search for the data of the test model making calls
  2. This interface needs to obtain the current UserId when searching (by default, only the phone number is known, and the userId needs to be checked based on the phone code first, and then the token call is generated)
  3. This interface requires two tables when searching, and the performance is not good