File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
sample-code/spring-app/src/main/resources/static Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -691,6 +691,30 @@ <h5 class="mb-1">Orchestration Integration</h5>
691691 </ div >
692692 </ div >
693693 </ li >
694+ < li class ="list-group-item ">
695+ < div class ="info-tooltip ">
696+ < button type ="submit "
697+ formaction ="/spring-ai-orchestration/inputFiltering "
698+ class ="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint ">
699+ < code > /spring-ai-orchestration/inputFiltering</ code >
700+ </ button >
701+ < div class ="tooltip-content ">
702+ Apply input filtering for a request to orchestration using the SpringAI integration.
703+ </ div >
704+ </ div >
705+ </ li >
706+ < li class ="list-group-item ">
707+ < div class ="info-tooltip ">
708+ < button type ="submit "
709+ formaction ="/spring-ai-orchestration/outputFiltering "
710+ class ="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint ">
711+ < code > /spring-ai-orchestration/outputFiltering</ code >
712+ </ button >
713+ < div class ="tooltip-content ">
714+ Apply output filtering for a request to orchestration using the SpringAI integration.
715+ </ div >
716+ </ div >
717+ </ li >
694718 < li class ="list-group-item ">
695719 < div class ="info-tooltip ">
696720 < button type ="submit "
You can’t perform that action at this time.
0 commit comments