caikit / caikit-nlp

Apache License 2.0
12 stars 49 forks source link

:goal_net: Handle error details on inactive rpc errors #384

Closed evaline-ju closed 3 months ago

evaline-ju commented 3 months ago

Previously #372 was added to give connection errors a more understandable user message, but this obscured some unary generation validation errors

In this PR:

Test command with this fix

grpcurl -plaintext -H "mm-model-id: [model-id]" -d '{
  "stopSequences": [],
  "text": "sad",
  "tokenLogprobs": true
}' localhost:8085 caikit.runtime.Nlp.NlpService.TextGenerationTaskPredict