chore: clean up code — remove dead code, stale allows, eprintln→tracing, remove volatile data from docs

This commit is contained in:
Nikketryhard
2026-02-14 16:11:34 -06:00
parent 2e2d90bdb9
commit 6842bfeaa5
6 changed files with 11 additions and 19 deletions

View File

@@ -80,7 +80,6 @@ struct ResponseData {
}
/// Build a full Response object matching the official OpenAI schema.
#[allow(clippy::too_many_arguments)]
fn build_response_object(data: ResponseData, params: &RequestParams) -> ResponsesResponse {
ResponsesResponse {
id: data.id,