Skip to content

Commit 2168e52

Browse files
authored
Merge pull request #310 from deepgram/fix/mips_opt_out
fix: fixes mips_opt_out placement
2 parents 5b57e4c + d2ea979 commit 2168e52

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)