diff --git a/pkg/agent/loop.go b/pkg/agent/loop.go index b561b619e..a3a0b328d 100644 --- a/pkg/agent/loop.go +++ b/pkg/agent/loop.go @@ -88,7 +88,6 @@ type processOptions struct { SendResponse bool // Whether to send response via bus NoHistory bool // If true, don't load session history (for heartbeat) SkipInitialSteeringPoll bool // If true, skip the steering poll at loop start (used by Continue) - IsVoice bool // If true, treat the message as voice input (transcribe before steering) } type continuationTarget struct {