From c46f271fa05f48af7b05f9d1aca89a522fa06fee Mon Sep 17 00:00:00 2001 From: Andrew Brook <122319669+AndrewBrook-Google@users.noreply.github.com> Date: Fri, 4 Apr 2025 10:03:59 -0700 Subject: [PATCH] docs: fix typo in http tool (#393) Fixed a typo in the doc for HTTP tool Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com> --- docs/en/resources/tools/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/resources/tools/http.md b/docs/en/resources/tools/http.md index aa3a121cbc..c67b885f8c 100644 --- a/docs/en/resources/tools/http.md +++ b/docs/en/resources/tools/http.md @@ -109,7 +109,7 @@ my-http-tool: ### Request body -The request body payload is a string that supports parameter replacement with following [Go template][go-template-doc]'s annotations. +The request body payload is a string that supports parameter replacement following [Go template][go-template-doc]'s annotations. The parameter names in the `requestBody` should be preceded by "." and enclosed by double curly brackets "{{}}". The values will be populated into the request body payload upon Tool invocation. Example: