Skip to content

Commit 74682ba

Browse files
committed
Fix hard line wrap on html
1 parent e8e1c2d commit 74682ba

File tree

1 file changed

+5
-10
lines changed
  • sample-code/spring-app/src/main/resources/static

1 file changed

+5
-10
lines changed

sample-code/spring-app/src/main/resources/static/index.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,7 @@ <h2>Orchestration</h2>
389389
<code>/orchestration/responseFormatJsonSchema</code>
390390
</button>
391391
<div class="tooltip-content">
392-
Chat request to an LLM through the Orchestration service where the output will
393-
adhere to a given JSON schema.
392+
Chat request to an LLM through the Orchestration service where the output will adhere to a given JSON schema.
394393
</div>
395394
</div>
396395
</li>
@@ -401,8 +400,7 @@ <h2>Orchestration</h2>
401400
<code>/orchestration/responseFormatJsonObject</code>
402401
</button>
403402
<div class="tooltip-content">
404-
Chat request to an LLM through the Orchestration service where the output will
405-
consist of valid JSON.
403+
Chat request to an LLM through the Orchestration service where the output will consist of valid JSON.
406404
</div>
407405
</div>
408406
</li>
@@ -600,8 +598,7 @@ <h5 class="mb-1">Orchestration Integration</h5>
600598
</li>
601599
<li class="list-group-item">
602600
<div class="info-tooltip">
603-
<button type="submit" formaction="/spring-ai-orchestration/toolCalling"
604-
class="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint">
601+
<button type="submit" formaction="/spring-ai-orchestration/toolCalling" class="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint">
605602
<code>/spring-ai-orchestration/toolCalling</code>
606603
</button>
607604
<div class="tooltip-content">
@@ -650,8 +647,7 @@ <h5 class="mb-1">OpenAI Integration</h5>
650647
<img src="grounding.png" alt="Grounding Logo" width="35" class="me-1 mb-2">
651648
<h2>Document Grounding</h2>
652649
</div>
653-
The Document Grounding API offers additional context for enhancing your Orchestration LLM
654-
calls.
650+
The Document Grounding API offers additional context for enhancing your Orchestration LLM calls.
655651
For more information, check the <a
656652
href="https://wiki.one.int.sap/wiki/display/AI/Consume+Grounding+via+GenAI+Hub"
657653
target="_blank">Wiki</a>
@@ -665,8 +661,7 @@ <h2>Document Grounding</h2>
665661
<code>/grounding/pipelines/list</code>
666662
</button>
667663
<div class="tooltip-content">
668-
List all active pipelines in the document grounding module. They can be used
669-
to index document storages like Sharepoint pages or SFTP servers.
664+
List all active pipelines in the document grounding module. They can be used to index document storages like Sharepoint pages or SFTP servers.
670665
</div>
671666
</div>
672667
</li>

0 commit comments

Comments
 (0)