Explorar o código

fix: remove required field

Yeuoly hai 10 meses
pai
achega
14feb2852a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/core/dify_invocation/types.go

+ 1 - 1
internal/core/dify_invocation/types.go

@@ -215,5 +215,5 @@ type InvokeNodeResponse struct {
 
 type InvokeEncryptionResponse struct {
 	Error string         `json:"error"`
-	Data  map[string]any `json:"data" validate:"required"`
+	Data  map[string]any `json:"data"`
 }