Explorar o código

fix: discorrect response

Yeuoly hai 8 meses
pai
achega
c20e082cbd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/core/plugin_daemon/backwards_invocation/task.go

+ 1 - 1
internal/core/plugin_daemon/backwards_invocation/task.go

@@ -248,7 +248,7 @@ func genericDispatchTask[T any](
 ) {
 	r, err := parser.MapToStruct[T](handle.RequestData())
 	if err != nil {
-		handle.WriteError(fmt.Errorf("unmarshal invoke tool request failed: %s", err.Error()))
+		handle.WriteError(fmt.Errorf("unmarshal backwards invoke request failed: %s", err.Error()))
 		return
 	}
 	dispatch(handle, r)