remove voice history cut and fix lint
This commit is contained in:
parent
c6a593f4af
commit
fff2ca2523
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ type processOptions struct {
|
||||||
SendResponse bool // Whether to send response via bus
|
SendResponse bool // Whether to send response via bus
|
||||||
NoHistory bool // If true, don't load session history (for heartbeat)
|
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)
|
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 {
|
type continuationTarget struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue