foundation-model-stack / fms-guardrails-orchestrator

🚀 Guardrails orchestration server for application of various detections on text generation input and output.
https://foundation-model-stack.github.io/fms-guardrails-orchestrator/
Apache License 2.0
1 stars 12 forks source link

Integration tests for `/api/v1/task/classification-with-text-generation` endpoint #115

Open mdevino opened 2 months ago

mdevino commented 2 months ago

Description

As an orchestrator developer, I want to have integration tests for the /api/v1/task/classification-with-text-generation endpoint, so that I can make changes and make sure I am not breaking existing logic.

Discussion

I would start this story with just creating and test case for the "success" case, then create other stories for handling error cases.

Acceptance Criteria

mdevino commented 2 months ago

Would you agree with my discussion in the Discussion section, @gkumbhat?