[model-gateway] : Rust integration tests for integration_mock replacement (#16441)
This commit is contained in:
@@ -23,6 +23,12 @@ pub struct MockSearchServer {
|
||||
tool_router: ToolRouter<MockSearchServer>,
|
||||
}
|
||||
|
||||
impl Default for MockSearchServer {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
#[tool_router]
|
||||
impl MockSearchServer {
|
||||
pub fn new() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user