-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Labels
backlogIssues or bugs that will be tracked for long term fixesIssues or bugs that will be tracked for long term fixesenhancementNew feature or requestNew feature or requestlanguage::rustIssues/PRs that reference Rust codeIssues/PRs that reference Rust code
Description
The lib/runtime and lib/llm crates have a concept of AsyncEngine that is wrapped with other things, using lots of generics.
Make one of those wrappers be a layer that validates that the input is a valid OpenAI compliant request. Check the fields, check their ranges, maybe their types, all that. Respond with helpful error messages.
Metadata
Metadata
Assignees
Labels
backlogIssues or bugs that will be tracked for long term fixesIssues or bugs that will be tracked for long term fixesenhancementNew feature or requestNew feature or requestlanguage::rustIssues/PRs that reference Rust codeIssues/PRs that reference Rust code