feat(acp): add model selection support for session/new and session/set_model (#7112)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -2,4 +2,4 @@ pub mod mcp;
|
||||
pub mod session;
|
||||
|
||||
pub use mcp::{McpFixture, FAKE_CODE, TEST_IMAGE_B64};
|
||||
pub use session::{ExpectedSessionId, TEST_SESSION_ID};
|
||||
pub use session::{ExpectedSessionId, TEST_MODEL, TEST_SESSION_ID};
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
pub const TEST_SESSION_ID: &str = "test-session-id";
|
||||
pub const TEST_MODEL: &str = "gpt-5-nano";
|
||||
|
||||
const NOT_YET_SET: &str = "session-id-not-yet-set";
|
||||
pub(crate) const SESSION_ID_HEADER: &str = "agent-session-id";
|
||||
|
||||
Reference in New Issue
Block a user