data_get_function_info
ChatGPTFetch parameter, return-type, and prompt info for one or more functions (POST /function_info). Each returned function-info object includes a
prompt field — read it to learn what to do with the function's output (e.g. "Write the response to a file and dispatch a subagent to perform deep analysis on it, and call get_X_content to fetch their bodies"). The prompt encodes follow-up workflows that aren't obvious from the parameter or return-type signatures alone. Args: request.function_names: Names previously returned by list_functions. The response is a list of function-info objects in the same order. Batch related lookups in one call.