Tool Call functionality for Components integration.
Name | Description |
---|---|
config | The config to convert. |
Name | Description |
---|---|
[ToolCallConfigDict](/sdk/python/references/logger/components/tool_call) | The tool call config dict. |
Name | Description |
---|---|
error | The error to convert. |
Name | Description |
---|---|
config | The config to initialize the tool call with. |
writer | The writer to use. |
Name | Description |
---|---|
data | The data to update the tool call with. |
Name | Description |
---|---|
writer | The writer to use. |
id | The id of the tool call to update. |
data | The data to update the tool call with. |
Name | Description |
---|---|
writer | The writer to use. |
id | The id of the tool call to update. |
result | The result to update the tool call with. |
Name | Description |
---|---|
evaluators | The evaluators to attach to the tool call. |
Name | Description |
---|---|
result | The result to update the tool call with. |
Name | Description |
---|---|
error | The tool call error. |
Name | Description |
---|---|
writer | The writer to use. |
id | The id of the tool call to add the error to. |
error | The tool call error. |