Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr committed Aug 29, 2024
1 parent 38f64bf commit 1b63691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { ChatMessages } from './chat-messages.js';
* "template": [
* {
* "role": "user",
* "content": "How can the freatures of AI in SAP BTP specifially {{?groundingOutput}}, be applied to {{?inputContext}}"
* "content": "How can the features of AI in SAP BTP specifially {{?groundingOutput}}, be applied to {{?inputContext}}"
* }
* ],
* "defaults": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gen-ai-hub/src/orchestration/spec/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ components:
example:
template:
- role: user
content: "How can the freatures of AI in SAP BTP specifially {{?groundingOutput}}, be applied to {{?inputContext}}"
content: "How can the features of AI in SAP BTP specifially {{?groundingOutput}}, be applied to {{?inputContext}}"
defaults:
inputContext: The default text that will be used in the template if inputContext is not set

Expand Down

0 comments on commit 1b63691

Please sign in to comment.