Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions filter/src/builtins/http/ai/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ mod prompt_enrich;
pub(crate) mod store;
#[cfg(feature = "ai-inference")]
pub(crate) mod token_usage;
#[cfg(feature = "ai-inference")]
#[expect(clippy::allow_attributes, reason = "dead_code expect unfulfilled on module")]
#[allow(
dead_code,
reason = "Responses translation helpers are wired into the HTTP filter in a later stack entry"
)]
pub(crate) mod translation;

mod token_usage_headers;

Expand Down
Loading
Loading