feat: allow hook model overrides
This commit is contained in:
@@ -502,6 +502,7 @@ export async function startGatewayServer(
|
||||
| "signal"
|
||||
| "imessage";
|
||||
to?: string;
|
||||
model?: string;
|
||||
thinking?: string;
|
||||
timeoutSeconds?: number;
|
||||
}) => {
|
||||
@@ -522,6 +523,7 @@ export async function startGatewayServer(
|
||||
payload: {
|
||||
kind: "agentTurn",
|
||||
message: value.message,
|
||||
model: value.model,
|
||||
thinking: value.thinking,
|
||||
timeoutSeconds: value.timeoutSeconds,
|
||||
deliver: value.deliver,
|
||||
|
||||
Reference in New Issue
Block a user