Skip to content

Commit

Permalink
Refactor messages in YAML files for improved readability and updated …
Browse files Browse the repository at this point in the history
…links
  • Loading branch information
shem8 committed Dec 10, 2024
1 parent 7b6e327 commit 3a5ba21
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
13 changes: 6 additions & 7 deletions steps/getting_started_tooljet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ startFlow:
params:
person: lucca
messages:
- text: ToolJet is a no-code development platform where you can drag and drop
- text:
ToolJet is a no-code development platform where you can drag and drop
components to build applications.
- text: Let’s start by visiting the [ToolJet dashboard](https://tooljet.com/).
- text: ToolJet’s key features include a visual builder, integrations with popular
APIs, and deployment tools. You can explore these features
in-depth [here](https://docs.tooljet.com/docs/components).
- text: Take a moment to explore the interface. Notice how easy it is to navigate
and find what you need.
- text:
ToolJet’s key features include a visual builder, integrations with popular
APIs, and deployment tools.
- text: If you don't have a ToolJet account yet, don't worry! You can easily create one [here](https://www.tooljet.com/login) and start building amazing applications in no time.
- actionId: ready_message
params:
person: lucca
Expand Down
11 changes: 7 additions & 4 deletions steps/integrating_openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ startFlow:
params:
person: lucca
messages:
- text: Now, let’s integrate OpenAI. First, make sure you have an [OpenAI
- text:
Now, let’s integrate OpenAI. First, make sure you have an [OpenAI
account](https://platform.openai.com/signup/) and API key.
- text: In ToolJet, navigate to the API integrations section and add a new API.
- text:
In ToolJet, navigate to the API integrations section and add a new API.
You can learn how to configure APIs in ToolJet
[here](https://docs.tooljet.com/docs/apis).
[here](https://docs.tooljet.com/docs/marketplace/plugins/marketplace-plugin-openai/).
- text: Enter the OpenAI endpoint URL from their [API
documentation](https://platform.openai.com/docs/api-reference/audio)
and paste your API key into the headers section.
- text: This will allow ToolJet to make calls to OpenAI’s transcription service.
- text:
This will allow ToolJet to make calls to OpenAI’s transcription service.
Let’s configure it step-by-step.
- actionId: ready_message
params:
Expand Down
2 changes: 1 addition & 1 deletion steps/introduction_tooljet_openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ startFlow:
- text:
ToolJet is a fantastic no-code platform that lets you visually create apps
without writing much code. Check out ToolJet’s overview
[here](https://docs.tooljet.com/docs/overview).
[here](https://docs.tooljet.com/docs/).
- text:
OpenAI, on the other hand, provides powerful APIs for natural language
processing and transcription. Learn about OpenAI’s transcription
Expand Down
6 changes: 4 additions & 2 deletions steps/reflect_on_learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ startFlow:
params:
person: lucca
messages:
- text: What was the most challenging part of building this app, and how did you
- text:
What was the most challenging part of building this app, and how did you
overcome it?
trigger:
type: user_message
Expand Down Expand Up @@ -86,7 +87,8 @@ trigger:
params:
person: lucca
messages:
- text: Awesome work on completing this quest! Reflect on what you’ve learned and
- text:
Awesome work on completing this quest! Reflect on what you’ve learned and
think about where you can take these skills next.
- actionId: finish_step
else:
Expand Down
11 changes: 7 additions & 4 deletions steps/upload_audio_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@ learningObjectives:
- Learn how to enable file uploads and process audio inputs.
hints:
- ToolJet’s file upload documentation can help you
[here](https://docs.tooljet.com/docs/components/file-upload).
[here](https://docs.tooljet.com/docs/widgets/file-picker/).
startFlow:
do:
- actionId: bot_message
params:
person: lucca
messages:
- text: To handle audio files, we’ll use ToolJet’s file upload component.
- text: Drag the upload widget into your app layout and configure it to accept
- text:
Drag the upload widget into your app layout and configure it to accept
audio file types like .mp3 or .wav. Instructions can be found
[here](https://docs.tooljet.com/docs/components/file-upload).
- text: When a file is uploaded, ToolJet will trigger the configured workflow,
[here](https://docs.tooljet.com/docs/widgets/file-picker/).
- text:
When a file is uploaded, ToolJet will trigger the configured workflow,
sending the file to OpenAI for transcription.
- text: "For a detailed tutorial, you can refer to this [guide](https://dev.to/tooljet/build-an-audio-transcriber-and-analyzer-using-tooljet-and-openai-1109)."
- text: Test the upload feature to ensure it works smoothly.
- actionId: ready_message
params:
Expand Down

0 comments on commit 3a5ba21

Please sign in to comment.