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>
This commit is contained in:
Andrew Brook
2025-04-04 10:03:59 -07:00
committed by GitHub
parent 37ecfde466
commit c46f271fa0

View File

@@ -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: