Conversation
YuriyIvon
requested changes
Jan 8, 2026
|
|
||
| 6. Configure new application: | ||
|
|
||
| * Set **Editor URL** to `http://localhost:3301`. |
Contributor
There was a problem hiding this comment.
This list is using bullets, while other lists in the instruction use numbers. I would make everything consistent.
| 3. In the **Properties** page for the “Custom Application” switch to the **Parameters** tab. | ||
| 4. If you see just the “Login” link in the center of the tab – click it and log in with “dial-admin” as a user and “dial” as a password. | ||
|
|
||
| > **Tip**: Now you should see a sample custom configuration page with a single input field called “Number”. In this sample application, this property controls how many times your input will be repeated in the end-user chat in response. The configuration page is served by the URL specified in the “Editor URL” property of the application type. |
Contributor
There was a problem hiding this comment.
It doesn't sound like a tip, it is rather a note
| 1. In the **Add app** dropdown select **Custom Runner**. | ||
| 1. Set **Name** to “Custom Runner Instance 1” and click **Next**. | ||
|
|
||
| Now you should see a sample custom configuration page with a single input field called “Number”. In this sample application, this property controls how many times your input will be repeated in the end-user chat in response. The configuration page is served by the URL specified in the “Editor URL” property of the application type. |
Contributor
There was a problem hiding this comment.
I would add "Note" title for consistency with the second tutorial
|
|
||
| > **Note**: Please note that the “custom-app” section of this URL must be equal to the name passed to a call to “add_chat_completion” method in the underlying DIAL backend application. If you use a different name in your backend, the URL from above must be updated accordingly. | ||
|
|
||
|  |
Contributor
There was a problem hiding this comment.
For some reason is rendered as text, does not show the picture
|
|
||
| The diagram below shows the most complete logical structure of a Custom Standalone Application: | ||
|
|
||
|  |
Contributor
There was a problem hiding this comment.
Is there any way to limit the width a little? The image is too big
|
|
||
| And the following diagram – the most complete structure of a Custom Application Runner: | ||
|
|
||
|  |
Contributor
There was a problem hiding this comment.
Is there any way to limit the width a little? The image is too big
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Added documents with instructions on how to create custom aps in DIAL
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.