fix(provider): complete ChatResponse integration across runtime surfaces
This commit is contained in:
parent
3b4a4de457
commit
34306e32d8
3 changed files with 229 additions and 66 deletions
|
|
@ -8,6 +8,7 @@ pub mod reliable;
|
|||
pub mod router;
|
||||
pub mod traits;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
pub use traits::{ChatMessage, ChatResponse, Provider, ToolCall};
|
||||
|
||||
use compatible::{AuthStyle, OpenAiCompatibleProvider};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue