pub const GEN_AI__TOOL__INPUT: &str = "gen_ai.tool.input";๐Deprecated:
Use GEN_AI__TOOL__CALL__ARGUMENTS (gen_ai.tool.call.arguments) instead.
Expand description
The input of the tool being used. It has to be a stringified version of the input to the tool.
- PII: Maybe
- Rewriting behavior: Normalize
ยงAliases
GEN_AI__TOOL__CALL__ARGUMENTS(gen_ai.tool.call.arguments)