Updated v0.18.0 release notes (#7221)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-04-23 11:12:14 +08:00
committed by GitHub
parent 9a1ac8020d
commit e9669e7fb1
3 changed files with 12 additions and 5 deletions

View File

@ -49,7 +49,7 @@ You can set global variables within the **Begin** component, which can be either
:::tip NOTE
To pass in parameters from a client, call:
- HTTP method [Converse with agent](../../../references/http_api_reference.md#converse-with-agent), or
- Python method [Converse with agent](../../../referencespython_api_reference.md#converse-with-agent).
- Python method [Converse with agent](../../../references/python_api_reference.md#converse-with-agent).
:::
:::danger IMPORTANT