mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
refactor(core): rename MultiModelOptions and MultiModelResult to OpenSessionOptions and OpenSessionResult
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ export interface MultiModelSettings {
|
||||
/**
|
||||
* Options for launching a multi-model tmux session.
|
||||
*/
|
||||
export interface MultiModelOptions {
|
||||
export interface OpenSessionOptions {
|
||||
/** Name for the tmux session. */
|
||||
sessionName: string;
|
||||
/** List of model ids to launch. */
|
||||
@@ -24,7 +24,7 @@ export interface MultiModelOptions {
|
||||
/**
|
||||
* Result returned after attempting to launch a multi-model session.
|
||||
*/
|
||||
export interface MultiModelResult {
|
||||
export interface OpenSessionResult {
|
||||
/** Whether the launch succeeded. */
|
||||
success: boolean;
|
||||
/** The session name used. */
|
||||
|
||||
Reference in New Issue
Block a user