We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aeed56 commit ef04838Copy full SHA for ef04838
core-services/document-grounding/pom.xml
@@ -141,6 +141,9 @@
141
<enumUnknownDefaultCase>true</enumUnknownDefaultCase>
142
<useOneOfInterfaces>true</useOneOfInterfaces>
143
<useOneOfCreators>true</useOneOfCreators>
144
+ <removeOperationIdPrefix>true</removeOperationIdPrefix>
145
+ <removeOperationIdPrefixDelimiter>\.</removeOperationIdPrefixDelimiter>
146
+ <removeOperationIdPrefixCount>3</removeOperationIdPrefixCount>
147
</additionalProperties>
148
</configuration>
149
</execution>
0 commit comments