|
|
@@ -19,9 +19,9 @@ For example, in an "Intelligent Q&A" flow:
|
|
|
<div style={{display: 'flex', gap: '20px'}}>
|
|
|
<img style={{width: "50%"}} loading="lazy" src="/variable/variable-biz-context-websearch-llm.png" />
|
|
|
<div>
|
|
|
- <p style={{marginTop: 10}}>1. **`WebSearch` Node**: Responsible for searching the web and putting the found knowledge (e.g., the answer to "What's the weather like today?") into a variable named `searchResult`.</p>
|
|
|
- <p style={{marginTop: 5}}>2. **`LLM` Node**: It takes the `searchResult` "messenger," reads its content, and then answers the user in a more natural and friendly way.</p>
|
|
|
- <p style={{marginTop: 5}}>3. In this process, the type of `searchResult` is "string" because it contains text content.</p>
|
|
|
+ <p style={{marginTop: 10}}>1. **`WebSearch` Node**: Responsible for searching the web and putting the found knowledge (e.g., the answer to "What's the weather like today?") into a variable named `natural_language_desc`.</p>
|
|
|
+ <p style={{marginTop: 5}}>2. **`LLM` Node**: It takes the `natural_language_desc` "messenger," reads its content, and then answers the user in a more natural and friendly way.</p>
|
|
|
+ <p style={{marginTop: 5}}>3. In this process, the type of `natural_language_desc` is "string" because it contains text content.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -78,4 +78,4 @@ You can enable the Variable Engine with a simple configuration to experience its
|
|
|
enable: true
|
|
|
}
|
|
|
}
|
|
|
-```
|
|
|
+```
|