MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / create_webchat_thread

Method create_webchat_thread

astrbot/core/db/__init__.py:260–269  ·  view source on GitHub ↗

Create a WebChat side thread.

(
        self,
        creator: str,
        parent_session_id: str,
        parent_message_id: int,
        base_checkpoint_id: str,
        selected_text: str,
    )

Source from the content-addressed store, hash-verified

258
259 @abc.abstractmethod
260 async def create_webchat_thread(
261 self,
262 creator: str,
263 parent_session_id: str,
264 parent_message_id: int,
265 base_checkpoint_id: str,
266 selected_text: str,
267 ) -> WebChatThread:
268 """Create a WebChat side thread."""
269 ...
270
271 @abc.abstractmethod
272 async def get_webchat_thread_by_id(

Callers 1

create_threadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected