Skip to content

Commit c280ae3

Browse files
committed
Add example to load from file
1 parent cf6494a commit c280ae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/ORCHESTRATION_CHAT_COMPLETION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ In case you have created a configuration in AI Launchpad, you can copy or downlo
217217
var configJson = """
218218
... paste your configuration JSON in here ...
219219
""";
220+
// or load your config from a file, e.g.
221+
// configJson = Files.readString(Paths.get("path/to/my/orchestration-config.json"));
220222

221223
var prompt = new OrchestrationPrompt(Map.of("your-input-parameter", "your-param-value"));
222224

0 commit comments

Comments
 (0)