Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

log_function_use

log_function_use(
    agent: str | Agent,
    function: F,
    args: dict[str, Any],
    returns: any
) -> 
Parameters:
NameDescription
agentType: str | Agent
functionType: F
argsType: dict[str, Any]
returnsType: any