fix funciton response
This commit is contained in:
@@ -8,12 +8,14 @@ current_directory = os.path.dirname(os.path.abspath(__file__))
|
||||
sys.path.append(current_directory)
|
||||
from flask_socketio import SocketIO, join_room, emit, Namespace
|
||||
import os
|
||||
from apps.models.function import FunctionResponse
|
||||
from apps.function_tools.function_manager import FunctionManager
|
||||
from dataclasses import dataclass, field
|
||||
from typing import Dict, Optional
|
||||
import subprocess
|
||||
import threading
|
||||
from apps.utils import *
|
||||
|
||||
EMPTY_CHAPTER_CHAIN = [ Chapter(1, CHAPTER_FOCUS, "本章是未打开某个具体章节时的默认章节。", "处于本章节时不会有任何章节跳转。请作为一名经验丰富的算法教师,回答用户的问题。") ]
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user