structure saas with tools
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from typing import Literal
|
||||
|
||||
|
||||
def my_custom_validate(token: str) -> Literal[True]:
|
||||
raise Exception("Custom validate failed")
|
||||
Reference in New Issue
Block a user