Extract docstring-documentation from a function
Arguments
- func
A function object which has internal, roxygen-like documentation, with the 'llm_tool::' tags: 'name', 'description', 'param', 'return', and 'example' (e.g., llm_tool::name my_function_name).
Note that for 'example' it must be a one-line example of how the function is used in R, this will be converted to how LLM should call the function in text (slightly different syntax).