Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
Wrapper for tool/function call spans with semantic convention helpers.
Initialize tool span wrapper.
enter()
Enter context and set tool type.
Return type: FiddlerTool
Set the tool/function name (gen_ai.tool.name).
Return type: None
Set the tool input arguments (gen_ai.tool.input).
Return type: None
Set the tool output/result (gen_ai.tool.output).
Return type: None
Set available tool definitions (gen_ai.tool.definitions).
Return type: None