refactor: clean up imports and improve JSON schema generation instructions

This commit is contained in:
UncleCode
2025-03-18 18:53:34 +08:00
parent a24799918c
commit 5358ac0fc2
4 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,3 @@
from re import U
from pydantic import BaseModel, HttpUrl, PrivateAttr
from typing import List, Dict, Optional, Callable, Awaitable, Union, Any
from enum import Enum