File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11package com .sap .ai .sdk .orchestration ;
22
3+ import com .google .common .annotations .Beta ;
34import com .sap .ai .sdk .orchestration .model .InputFilterConfig ;
45import com .sap .ai .sdk .orchestration .model .OutputFilterConfig ;
56import javax .annotation .Nonnull ;
@@ -23,6 +24,7 @@ public interface ContentFilter {
2324 *
2425 * @return the corresponding {@link InputFilterConfig} object.
2526 */
27+ @ Beta
2628 @ Nonnull
2729 InputFilterConfig createInputFilterConfig ();
2830
@@ -32,6 +34,7 @@ public interface ContentFilter {
3234 *
3335 * @return the corresponding {@link OutputFilterConfig} object.
3436 */
37+ @ Beta
3538 @ Nonnull
3639 OutputFilterConfig createOutputFilterConfig ();
3740}
You can’t perform that action at this time.
0 commit comments