Sync Haystack API reference on Docusaurus (#10273)

Co-authored-by: anakin87 <44616784+anakin87@users.noreply.github.com>
This commit is contained in:
Haystack Bot 2025-12-19 12:45:23 +01:00 committed by GitHub
parent d4e623d069
commit 6576e0bb5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -355,6 +355,7 @@ pipeline/agent setup.
- `description`: Description of the Tool.
- `parameters`: A JSON schema defining the parameters expected by the Tool.
- `function`: The function that will be invoked when the Tool is called.
Must be a synchronous function; async functions are not supported.
- `outputs_to_string`: Optional dictionary defining how a tool outputs should be converted into a string.
If the source is provided only the specified output key is sent to the handler.
If the source is omitted the whole tool result is sent to the handler.