| Input | |||
|---|---|---|---|
| Required Input | Type | Description | |
input | string | input provided to the LLM that triggers the function call. | |
output | string | LLM’s output that has the resulting function call or response. |
| Output | ||
|---|---|---|
| Field | Description | |
| Result | Returns Passed if the LLM correctly identified that a function/tool call was necessary, or Failed if the LLM did not correctly handle the function call requirement. |