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