ccpoad / internal /protocol /errors.go
anyalerob's picture
Upload folder using huggingface_hub
2986042 verified
Raw
History Blame Contribute Delete
243 Bytes
package protocol
import "errors"
// ErrUnsupportedRequestShape marks structured inputs that the current protocol translators do not support yet.
var ErrUnsupportedRequestShape = errors.New("unsupported request shape for protocol transform")