Function nemo_relay_llm_request_content
Function nemo_relay_llm_request_content
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_llm_request_content(
ptr: *const FfiLLMRequest,
) -> *mut c_char
Return the content of an LLM request as a JSON C string. Caller must free the result.
Safety
ptr must be a valid FfiLLMRequest pointer or null.