mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-11 23:55:07 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user