> ## Documentation Index
> Fetch the complete documentation index at: https://yunbot-c8d18790.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# socket 连接



## OpenAPI

````yaml GET /ws
openapi: 3.0.1
info:
  title: 个人项目
  description: ''
  version: 1.0.0
servers:
  - url: http://localhost:8188
security: []
tags: []
paths:
  /ws:
    get:
      tags: []
      summary: /ws
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
      deprecated: false
      security: []

````