pub async fn try_call_semantic_function_by_name( name: &str, args: &[Value], requested_outputs: usize, ) -> Option<Result<Value, RuntimeError>>