mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
refactor(ai-formats): group formats by provider
Move protocol/request/response format modules under provider-oriented formats modules and update registry, transport, and architecture paths.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use aether_ai_formats::normalize_api_format_alias;
|
||||
use aether_ai_formats::protocol::matrix::{
|
||||
use aether_ai_formats::formats::matrix::{
|
||||
request_conversion_kind, request_conversion_requires_enable_flag, RequestConversionKind,
|
||||
};
|
||||
use aether_ai_formats::normalize_api_format_alias;
|
||||
|
||||
use crate::auth::{
|
||||
resolve_local_gemini_auth, resolve_local_openai_bearer_auth, resolve_local_standard_auth,
|
||||
@@ -340,7 +340,7 @@ mod tests {
|
||||
request_conversion_transport_supported, request_pair_allowed_for_transport,
|
||||
CandidateTransportPolicyFacts,
|
||||
};
|
||||
use aether_ai_formats::protocol::matrix::RequestConversionKind;
|
||||
use aether_ai_formats::formats::matrix::RequestConversionKind;
|
||||
use serde_json::json;
|
||||
|
||||
use crate::snapshot::{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use aether_ai_formats::protocol::matrix::{
|
||||
use aether_ai_formats::formats::matrix::{
|
||||
request_conversion_kind, request_conversion_requires_enable_flag,
|
||||
};
|
||||
use aether_contracts::ProxySnapshot;
|
||||
|
||||
Reference in New Issue
Block a user