remove custom type

This commit is contained in:
Xi Yan 2024-10-25 13:02:56 -07:00
parent 4e2870445b
commit 204a5c6d91

View file

@ -62,7 +62,6 @@ ParamType = Annotated[
ObjectType,
JsonType,
UnionType,
CustomType,
ChatCompletionInputType,
CompletionInputType,
AgentTurnInputType,