fix isVoice after revert
This commit is contained in:
parent
891cfc7ee1
commit
c6a593f4af
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ 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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue