MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / validate

Method validate

backend/app/schemas/tool/action.py:112–114  ·  view source on GitHub ↗
(cls, data: Any)

Source from the content-addressed store, hash-verified

110
111 @model_validator(mode="after")
112 def validate(cls, data: Any):
113 data.authentication.encrypt()
114 return data
115
116
117class ActionBulkCreateResponse(BaseModel):

Callers

nothing calls this directly

Calls 1

encryptMethod · 0.45

Tested by

no test coverage detected