Skip to content

Commit d2ea979

Browse files
committed
fix: fixes mips_opt_out placement
1 parent 5b57e4c commit d2ea979

File tree

2 files changed

+208
-200
lines changed

2 files changed

+208
-200
lines changed

pkg/client/interfaces/v1/types-agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ XXXX
1313
type SettingsOptions struct {
1414
Type string `json:"type"`
1515
Experimental bool `json:"experimental,omitempty"`
16+
MipOptOut bool `json:"mip_opt_out,omitempty"`
1617
Audio Audio `json:"audio"`
1718
Agent Agent `json:"agent"`
1819
}
@@ -82,5 +83,4 @@ type Agent struct {
8283
Speak Speak `json:"speak,omitempty"`
8384
SpeakFallback *[]Speak `json:"speak_fallback,omitempty"`
8485
Greeting string `json:"greeting,omitempty"`
85-
MipOptOut bool `json:"mip_opt_out,omitempty"`
8686
}

0 commit comments

Comments
 (0)