Skip to content

Commit 556a992

Browse files
style(nodejs): fix prettier formatting in session.ts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 88c5867 commit 556a992

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

nodejs/src/session.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,10 +727,7 @@ export class CopilotSession {
727727
* await session.setModel("claude-sonnet-4.6", { reasoningEffort: "high" });
728728
* ```
729729
*/
730-
async setModel(
731-
model: string,
732-
options?: { reasoningEffort?: ReasoningEffort }
733-
): Promise<void> {
730+
async setModel(model: string, options?: { reasoningEffort?: ReasoningEffort }): Promise<void> {
734731
await this.rpc.model.switchTo({ modelId: model, ...options });
735732
}
736733

0 commit comments

Comments
 (0)